mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 12:55:11 +01:00
Message List: Bring back hiding scrollbar when animating
This commit is contained in:
parent
894ea86f91
commit
84e1a5b1de
@ -300,4 +300,16 @@
|
||||
transform: translate3d(0, calc(-1 * (var(--symbol-menu-height) + var(--symbol-menu-footer-height))), 0);
|
||||
}
|
||||
}
|
||||
|
||||
.animating > div > & {
|
||||
&::-webkit-scrollbar {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
/* Styles for Firefox */
|
||||
@supports (scrollbar-width: none) {
|
||||
padding-right: .6875rem;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user