Message List: Fix width jump when switching chat on iPad (#3344)

This commit is contained in:
Alexander Zinchuk 2023-06-16 12:45:06 +02:00
parent 4da76aaf80
commit 4e5ab22b37

View File

@ -457,11 +457,10 @@
.Transition_slide-from > &, .Transition_slide-from > &,
.Transition_slide-to > & { .Transition_slide-to > & {
padding-inline-end: var(--scrollbar-width) !important; scrollbar-color: transparent !important;
scrollbar-width: none !important; &::-webkit-scrollbar-thumb {
&::-webkit-scrollbar { background-color: transparent !important;
width: 0 !important;
} }
} }
} }