added scroll for home-mobile

This commit is contained in:
Kostya
2023-11-27 18:06:44 +03:00
parent cc2914380d
commit a74f177780

View File

@@ -1,3 +1,7 @@
body {
overflow-y: scroll;
}
.content-grid__mobile-home { .content-grid__mobile-home {
display: grid; display: grid;
grid-auto-columns: 1fr; grid-auto-columns: 1fr;