use dvh instead vh

This commit is contained in:
SrGooglo 2023-05-17 16:48:47 +00:00
parent 3ce34ac878
commit 871808543e
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
width: @app_sidebar_width;
min-width: @app_sidebar_width;
height: 100vh;
height: 100dvh;
padding: 10px 0;

View File

@ -166,7 +166,7 @@ html {
width: 100%;
height: 100%;
max-height: 100vh;
max-height: 100dvh;
overflow: hidden;
@ -214,7 +214,7 @@ html {
height: 100%;
width: 100%;
max-height: 100vh;
max-height: 100dvh;
overflow-x: hidden;
overflow-y: overlay;
@ -251,7 +251,7 @@ html {
left: 0;
width: 100vw;
height: 100vh;
height: 100dvh;
transition: background-image, background-size, background-position, background-repeat, background-attachment all 150ms ease-in-out;
@ -277,7 +277,7 @@ html {
align-items: center;
width: 100vw;
height: 100vh;
height: 100dvh;
.ant-result {
background-color: var(--background-color-primary);