UI: Hide scrollbar during slide animations (#4582)

This commit is contained in:
Alexander Zinchuk 2024-05-17 15:45:38 +02:00
parent ff4403e9d5
commit 86ddb399d5
3 changed files with 2 additions and 4 deletions

View File

@ -245,8 +245,6 @@
overflow-x: auto;
overflow-y: hidden;
scrollbar-color: rgba(0, 0, 0, 0);
> .PickerSelectedItem {
flex: 0 0 auto;

View File

@ -424,7 +424,7 @@
.Transition_slide-from > &,
.Transition_slide-to > & {
scrollbar-color: transparent !important;
scrollbar-color: transparent transparent !important;
&::-webkit-scrollbar-thumb {
background-color: transparent !important;

View File

@ -363,7 +363,7 @@
animation: push-out 0.25s ease-in-out;
.custom-scroll {
scrollbar-color: transparent !important;
scrollbar-color: transparent transparent !important;
&::-webkit-scrollbar-thumb {
background-color: transparent !important;