@media 810 overflow hidden

This commit is contained in:
2025-06-08 22:12:51 +02:00
parent 8c365d816a
commit 309e9ffd83
3 changed files with 16 additions and 0 deletions
@@ -3,6 +3,9 @@
.layout-container {
overflow: visible;
@media (max-width:810px) {
overflow: hidden;
}
}
.layout-content{
width: 100vw;