We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bd7da commit 4b5d286Copy full SHA for 4b5d286
packages/menu-bar/src/styles/vaadin-menu-bar-base-styles.js
@@ -17,9 +17,7 @@ export const menuBarStyles = css`
17
[part='container'] {
18
display: flex;
19
flex-wrap: nowrap;
20
- margin: calc((var(--vaadin-focus-ring-width) + 2px) * -1);
21
- overflow: hidden;
22
- padding: calc(var(--vaadin-focus-ring-width) + 2px);
+ contain: layout;
23
position: relative;
24
width: 100%;
25
--_gap: var(--vaadin-menu-bar-gap, 0px);
0 commit comments