Skip to content

Commit 17aeff9

Browse files
authored
Merge pull request #8350 from nextcloud/backport/8311/stable32
[stable32] Remove unneeded max-height from text-menubar which caused a bug
2 parents 738a987 + 64cdfa6 commit 17aeff9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/Menu/MenuBar.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ export default {
240240
z-index: 10021; // above modal-header so menubar is always on top
241241
background-color: var(--color-main-background-translucent);
242242
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
246243
border-bottom: 1px solid var(--color-border);
247244
padding-block: var(--default-grid-baseline);
248245

0 commit comments

Comments
 (0)