Skip to content

Commit 2e3a178

Browse files
fix(files): Fix unneeded space below menu bar on mobile views
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
1 parent 3e1b521 commit 2e3a178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Menu/MenuBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default {
230230
--background-blur: blur(10px);
231231
position: sticky;
232232
top: 0;
233-
bottom: var(--default-grid-baseline);
233+
bottom: 0;
234234
width: 100%;
235235
z-index: 10021; // above modal-header so menubar is always on top
236236
background-color: var(--color-main-background-translucent);

0 commit comments

Comments
 (0)