Skip to content

Commit 0d32bd0

Browse files
committed
fix(ui-top-nav-bar): ensure Drilldown overflows correctly in small viewports in TopNavBar
INSTUI-4607
1 parent 89ff4b3 commit 0d32bd0

File tree

1 file changed

+0
-1
lines changed
  • packages/ui-top-nav-bar/src/TopNavBar/TopNavBarLayout/SmallViewportLayout

1 file changed

+0
-1
lines changed

packages/ui-top-nav-bar/src/TopNavBar/TopNavBarLayout/SmallViewportLayout/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ const generateStyle = (
7474
maxWidth: '100%',
7575
paddingBlock: 0,
7676
paddingInline: componentTheme.smallViewportInlinePadding,
77-
position: 'relative',
7877
zIndex: componentTheme.smallViewportZIndex,
7978
display: 'flex',
8079
justifyContent: 'space-between',

0 commit comments

Comments
 (0)