Fix: Changed overflow scroll to overflow auto (#523)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
background-color: $color-white;
|
||||
border-radius: $space-small;
|
||||
max-height: 100%;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
width: 60rem;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user