mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
🐛 Fix code block collapsed truncates dropdown
This commit is contained in:
parent
658d09ccf8
commit
1de0014de3
@ -28,7 +28,6 @@
|
||||
|
||||
.current-icon {
|
||||
@include flexCenter;
|
||||
/* height: $s-24; */
|
||||
width: $s-24;
|
||||
padding-right: $s-4;
|
||||
svg {
|
||||
|
||||
@ -28,7 +28,6 @@
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
padding: 0 $s-4 $s-8 0;
|
||||
|
||||
pre {
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -8,7 +8,6 @@
|
||||
|
||||
.colorpicker-tooltip {
|
||||
@extend .modal-background;
|
||||
// top: $s-100;
|
||||
left: calc(10 * $s-140);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user