We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 738a987 + 64cdfa6 commit 17aeff9Copy full SHA for 17aeff9
1 file changed
src/components/Menu/MenuBar.vue
@@ -240,9 +240,6 @@ export default {
240
z-index: 10021; // above modal-header so menubar is always on top
241
background-color: var(--color-main-background-translucent);
242
backdrop-filter: var(--background-blur);
243
- max-height: var(
244
- --default-clickable-area
245
- ); // important for mobile so that the buttons are always inside the container
246
border-bottom: 1px solid var(--color-border);
247
padding-block: var(--default-grid-baseline);
248
0 commit comments