mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
docs: explain why init module is needed
This commit is contained in:
parent
9d20c75172
commit
27e05c72a6
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue