Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion webapp/common-react/@dbeaver/ui-kit/src/Menu/Menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@layer base {
.dbv-kit-menu__popover {
min-width: max-content;
max-height: var(--popover-available-height, 30rem);
max-height: var(--dbv-kit-menu-popover-max-height);
max-width: var(--dbv-kit-menu-popover-max-width);
overflow-y: auto;
overflow-x: hidden;
Expand Down
1 change: 1 addition & 0 deletions webapp/common-react/@dbeaver/ui-kit/src/Menu/__base.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--dbv-kit-menu-popover-background: var(--dbv-kit-color-background);
--dbv-kit-menu-popover-foreground: var(--dbv-kit-color-foreground);
--dbv-kit-menu-popover-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
--dbv-kit-menu-popover-max-height: calc(100vh - 4rem);
--dbv-kit-menu-popover-max-width: 20rem;
--dbv-kit-menu-popover-padding-block: calc(var(--tw-spacing) * 1);
--dbv-kit-menu-popover-padding-inline: calc(var(--tw-spacing) * 1);
Expand Down
Loading