summaryrefslogtreecommitdiffstats
path: root/web_src/less/helpers.less
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/less/helpers.less')
-rw-r--r--web_src/less/helpers.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less
index 7e299339f8..c611076f48 100644
--- a/web_src/less/helpers.less
+++ b/web_src/less/helpers.less
@@ -22,7 +22,7 @@
}
.full-screen-width { width: 100vw !important; }
-.full-screen-height { height: 100vw !important; }
+.full-screen-height { height: 100vh !important; }
.rounded { border-radius: var(--border-radius) !important; }
.rounded-top { border-radius: var(--border-radius) var(--border-radius) 0 0 !important; }