0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-25 00:06:09 -05:00

🐛 Fix code block collapsed truncates dropdown

This commit is contained in:
Aitor 2024-01-18 10:57:17 +01:00
parent 658d09ccf8
commit 1de0014de3
4 changed files with 0 additions and 4 deletions

View file

@ -28,7 +28,6 @@
.current-icon {
@include flexCenter;
/* height: $s-24; */
width: $s-24;
padding-right: $s-4;
svg {

View file

@ -28,7 +28,6 @@
flex-direction: column;
height: 100%;
min-height: 0;
overflow: hidden;
padding: 0 $s-4 $s-8 0;
pre {

View file

@ -380,7 +380,6 @@
h 510
;; Checks for overflow outside the viewport height
;; overflow-fix (max 0 (+ y (- 50) h (- vh)))
max-y (- vh h)
x-pos 325]

View file

@ -8,7 +8,6 @@
.colorpicker-tooltip {
@extend .modal-background;
// top: $s-100;
left: calc(10 * $s-140);
width: auto;
}