Fix: Changed overflow scroll to overflow auto (#523)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
left: 0;
|
||||
|
||||
max-height: 14rem;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
position: absolute;
|
||||
width: 24rem;
|
||||
z-index: 100;
|
||||
|
||||
Reference in New Issue
Block a user