This commit is contained in:
SBD
2024-01-31 15:20:20 +03:00
parent faaea1129a
commit 618f7751d1
2 changed files with 11 additions and 6 deletions

View File

@@ -136,8 +136,13 @@ legend {
}
html, body{
height: 100%;
/*height: 100%;*/
scroll-behavior: smooth;
height: 100vh;
height: -webkit-fill-available;
height: fill-available;
max-height: fill-available;
max-height: -webkit-fill-available;
}
.wrapper_content {