Skip to content

Commit

Permalink
body: fix Safari layout (fix #1079)
Browse files Browse the repository at this point in the history
Thanks @browserstack

Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Mar 20, 2024
1 parent d1f8551 commit 7e8fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/body.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
// https://github.com/nextcloud/server/blob/0cd536786b9df555e2e6110f98b41856f0d51313/core/css/apps.scss#L29
--body-height: calc(100vh - 50px - var(--body-container-margin));
--body-height: calc(100% - 50px - var(--body-container-margin));
}

body {
Expand Down

0 comments on commit 7e8fee5

Please sign in to comment.