1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-05-14 14:46:49 +02:00

added helper class to disable the tabs animation to avoid the flickering

This commit is contained in:
Gani Georgiev 2023-10-01 15:56:29 +03:00
parent 8908d03b8c
commit d69181cfef

View File

@ -134,6 +134,12 @@ $tabContentAnimationSpeed: 0.2s;
margin-bottom: 0;
}
}
&.no-animations {
> .tab-item.active {
opacity: 1;
animation: none;
}
}
}
.tabs {