TRI-283: fix scroll

This commit is contained in:
2024-11-27 16:22:41 +03:00
parent baadc67fcf
commit 93e48f3cbc
5 changed files with 7 additions and 6 deletions

View File

@@ -51,7 +51,7 @@
html,
body {
max-width: 100vw;
overflow-x: hidden;
//overflow-x: hidden;
max-height: initial;
}
@@ -264,6 +264,7 @@ b {
}
.is-container.wrapper_main {
overflow-x: hidden;
> .container {
padding-top: 129px;