Skip to content

Commit

Permalink
fix: horizontal scroll in sub-menu in the plain theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Apr 5, 2024
1 parent 51ad480 commit ace2e29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/themes/proton/sidebar/popup.context-menu.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ace2e29

Please sign in to comment.