mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-05-14 06:36:38 +02:00
added helper class to disable the tabs animation to avoid the flickering
This commit is contained in:
parent
8908d03b8c
commit
d69181cfef
@ -134,6 +134,12 @@ $tabContentAnimationSpeed: 0.2s;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
&.no-animations {
|
||||
> .tab-item.active {
|
||||
opacity: 1;
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tabs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user