Fix: Changed overflow scroll to overflow auto (#523)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -35,11 +35,11 @@ body {
|
||||
flex-direction: column;
|
||||
@include margin($zero);
|
||||
@include padding($space-normal);
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.content-box {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
@include padding($space-normal);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user