Fix add max height and scroll overflow to hamburger and wand menus Fixes #4242

de3d91670a4bf484f4b135f6e2513a865e9ac912

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +7 -0Showing whitespace changes
public/style.css+7 -0
@@ -1139,6 +1139,13 @@ body .panelControlBar {
1139 font-size: calc(var(--mainFontSize) * 1.1);1139 font-size: calc(var(--mainFontSize) * 1.1);
1140}1140}
11411141
1142#extensionsMenu,
1143#options .options-content {
1144 max-height: calc(100vh - calc(2 * var(--bottomFormBlockSize) + 10px));
1145 max-height: calc(100dvh - calc(2 * var(--bottomFormBlockSize) + 10px));
1146 overflow-y: auto;
1147}
1148
1142.options-content i,1149.options-content i,
1143.extensionsMenuExtensionButton {1150.extensionsMenuExtensionButton {
1144 height: 20px;1151 height: 20px;