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