This commit is contained in:
SBD
2024-01-31 15:20:50 +03:00
parent 618f7751d1
commit 584a196784

View File

@@ -138,11 +138,13 @@ legend {
html, body{
/*height: 100%;*/
scroll-behavior: smooth;
/*boris changed height*/
height: 100vh;
height: -webkit-fill-available;
height: fill-available;
max-height: fill-available;
max-height: -webkit-fill-available;
/* end*/
}
.wrapper_content {