Skip to content

Commit 6b9484a

Browse files
committed
🐛 Removes max height from colorful theme (gchq#461)
1 parent e1a78db commit 6b9484a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/styles/color-themes.scss

-3
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,6 @@ html[data-theme='colorful'] {
353353
div.context-menu {
354354
border-color: var(--primary);
355355
}
356-
.collapsable.is-open {
357-
height: -webkit-fill-available;
358-
}
359356
}
360357

361358
html[data-theme='minimal-light'], html[data-theme='minimal-dark'], html[data-theme='vaporware'] {

0 commit comments

Comments
 (0)