Chat List: Remove overlay scrollbars on desktop

This commit is contained in:
Alexander Zinchuk 2021-08-22 12:07:40 +03:00
parent cc89bfd1de
commit 58e9e7a500

View File

@ -72,7 +72,9 @@
padding: .5rem .125rem .5rem .4375rem;
overflow-y: auto;
@include overflow-y-overlay();
body.is-android & {
@include overflow-y-overlay();
}
.scroll-container {
position: relative;