From 6b9484a0fe6ec0acf14b9c83832f28d8e7352e9b Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 30 Jan 2022 04:04:28 +0000 Subject: [PATCH] :bug: Removes max height from colorful theme (#461) --- src/styles/color-themes.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index 23ab29ad..1f6be8ed 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -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'] {