mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-03-30 20:22:44 -04:00
added helper class to disable the tabs animation to avoid the flickering
This commit is contained in:
@@ -134,6 +134,12 @@ $tabContentAnimationSpeed: 0.2s;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
&.no-animations {
|
||||
> .tab-item.active {
|
||||
opacity: 1;
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tabs {
|
||||
|
||||
Reference in New Issue
Block a user