🐛 Removes max height from colorful theme (#461)

This commit is contained in:
Alicia Sykes 2022-01-30 04:04:28 +00:00
parent e1a78db853
commit 6b9484a0fe
1 changed files with 0 additions and 3 deletions

View File

@ -353,9 +353,6 @@ html[data-theme='colorful'] {
div.context-menu {
border-color: var(--primary);
}
.collapsable.is-open {
height: -webkit-fill-available;
}
}
html[data-theme='minimal-light'], html[data-theme='minimal-dark'], html[data-theme='vaporware'] {