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 {
11391139 font-size: calc(var(--mainFontSize) * 1.1);
11401140}
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+
11421149.options-content i,
11431150.extensionsMenuExtensionButton {
11441151 height: 20px;