make overflow visible

This commit is contained in:
sawhney17
2022-05-14 12:48:21 +04:00
committed by Andelf
parent 7f256b8872
commit 705348f370

View File

@@ -4,7 +4,7 @@
@screen sm {
width: calc(100% - 33px);
overflow-x: auto;
overflow-x: visible;
}
}