From ace2e29da14661358fb9d0d1741954019a9072a6 Mon Sep 17 00:00:00 2001 From: mbnuqw Date: Fri, 5 Apr 2024 20:48:16 +0500 Subject: [PATCH] fix: horizontal scroll in sub-menu in the plain theme --- src/styles/themes/proton/sidebar/popup.context-menu.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/themes/proton/sidebar/popup.context-menu.styl b/src/styles/themes/proton/sidebar/popup.context-menu.styl index 7af5fe46..31fa3d5a 100644 --- a/src/styles/themes/proton/sidebar/popup.context-menu.styl +++ b/src/styles/themes/proton/sidebar/popup.context-menu.styl @@ -273,6 +273,8 @@ left: -2px #root[data-theme="plain"] .CtxMenu .opt[data-separator="true"] padding: 0 + width: calc(100% + var(--ctx-menu-opt-padding) - var(--ctx-menu-text-opt-inner-gap)) + left: 0 .CtxMenu .opt[data-separator="true"]:after content: '' position: relative