Remove horizontal scroll bar from modals
This commit is contained in:
@@ -53,6 +53,7 @@ body {
|
||||
padding: $gap * 1.5;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-ms-overflow-style: scrollbar;
|
||||
|
||||
@include ie-only {
|
||||
|
Reference in New Issue
Block a user