Fix: Changed overflow scroll to overflow auto (#523)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
// Firefox flexbox fix
|
||||
height: 100%;
|
||||
margin-bottom: $space-small;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
>li {
|
||||
@include flex;
|
||||
|
||||
Reference in New Issue
Block a user