summaryrefslogtreecommitdiff
path: root/client/simple/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/src')
-rw-r--r--client/simple/src/less/style.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/simple/src/less/style.less b/client/simple/src/less/style.less
index 1ea7c3e4b..93e8cb7ed 100644
--- a/client/simple/src/less/style.less
+++ b/client/simple/src/less/style.less
@@ -80,6 +80,12 @@ body {
margin: 0;
}
+@supports (height: 100dvh) {
+ body {
+ height: 100dvh;
+ }
+}
+
main {
width: 100%;
margin-bottom: 2rem;