Skip to content

Commit

Permalink
CB-5092 Top navigation bar is not visible (#2616)
Browse files Browse the repository at this point in the history
* CB-5092 fix: combobox opens on small screens without eating off a bottom space of the window

* CB-5092 does arrow click in separate function

* CB-5092 fix: selectors and nodes context menu do not break layout for small screens

---------

Co-authored-by: Daria Marutkina <[email protected]>
  • Loading branch information
sergeyteleshev and dariamarutkina authored May 22, 2024
1 parent 77ae1a5 commit fac08c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions webapp/packages/core-blocks/src/FormControls/Combobox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const Combobox: ComboboxType = observer(function Combobox({
placement: 'bottom-end',
currentId: null,
gutter: 4,
unstable_fixed: true,
});

if (readOnly) {
Expand Down
1 change: 1 addition & 0 deletions webapp/packages/core-blocks/src/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const Menu = observer<IMenuProps, HTMLButtonElement>(
placement,
visible,
rtl,
unstable_fixed: true,
});
const styles = useS(style);

Expand Down

0 comments on commit fac08c1

Please sign in to comment.