Skip to content

Commit

Permalink
PT-13993: Left-click Menu Is being placed above top (#2713)
Browse files Browse the repository at this point in the history
fix: Left-click Menu Is being placed above top of screen for menus with many items. Added max-height and scroll-bar.

https://user-images.githubusercontent.com/7639413/275812212-792c4a4b-40f3-49d2-882e-8076310d290c.png
  • Loading branch information
OlegoO authored Oct 18, 2023
1 parent b811ccf commit 94dd4c6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ ol
.menu.__context.open,
.menu.__context.__open
display: block
max-height: 70vh
overflow-y: auto
z-index: 10000

.splited-element:last-child
border-top-color: white
Expand Down

0 comments on commit 94dd4c6

Please sign in to comment.