Fix Safari chatlist scroll
This commit is contained in:
parent
30597c3086
commit
ebbc4a2eb0
@ -236,9 +236,13 @@
|
||||
}
|
||||
|
||||
#folders-container {
|
||||
> div {
|
||||
.scrollable-y {
|
||||
background-color: transparent;
|
||||
position: absolute;
|
||||
|
||||
&.active { // fix safari 14.0.2 scrollHeight
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user