Hide scrollbars

This commit is contained in:
Georgi Gardev
2022-12-01 16:02:01 +02:00
parent 9e18e3f628
commit 0bb03f197b
@@ -12,5 +12,5 @@ v3_horizontal_stack_card:
#root {
max-width: 100vw;
padding-bottom: 10px;
overflow: scroll
overflow: auto
}