Skip to content

Commit 928bbc6

Browse files
authored
Merge pull request #483 from nextmcloud/nmc/5377-web-safari-mobile-ui-bug-collection
overlapping of filename with header option in file preview in mobile view is fixed
2 parents d6cf95d + 8bd4ca3 commit 928bbc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/apps/viewer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.icons-menu {
3030
gap: 0.25rem;
3131
inset-inline-end: 0;
32-
position: absolute;
32+
position: relative;
3333

3434
& > button, button[aria-label="Actions"], button[aria-label="Aktionen"], button[aria-label*="Edit"], button[aria-label*="Bearbeiten"] {
3535
background-color: var(--nmc-color-regular);

0 commit comments

Comments
 (0)