🐛 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 { .current-icon {
@include flexCenter; @include flexCenter;
/* height: $s-24; */
width: $s-24; width: $s-24;
padding-right: $s-4; padding-right: $s-4;
svg { svg {

View file

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

View file

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

View file

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