Fix: Changed overflow scroll to overflow auto (#523)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
@include padding($space-small);
|
||||
box-sizing: border-box;
|
||||
height: 180px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
|
||||
.emoji {
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user