docs: explain why init module is needed

This commit is contained in:
alistair3149 2024-11-17 17:47:00 -05:00
parent 9d20c75172
commit 27e05c72a6
No known key found for this signature in database

View file

@ -1,3 +1,10 @@
/**
* Critial rendering styles
*
* Since ext.tabberNeue is loaded a while after page load,
* inline styles are needed to avoid potential layout shifts.
* This should be kept as small as possible.
*/
.tabber { .tabber {
position: relative; position: relative;
overflow: hidden; overflow: hidden;