mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
f250668012
commit
8e5daddb9c
|
@ -138,11 +138,11 @@
|
||||||
@media ( max-width: ( @width-breakpoint-desktop - 1px ) ) {
|
@media ( max-width: ( @width-breakpoint-desktop - 1px ) ) {
|
||||||
.citizen-toc {
|
.citizen-toc {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: @z-index-page-header;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: ~'calc( var( --header-size ) + var( --space-xs ) )';
|
bottom: ~'calc( var( --header-size ) + var( --space-xs ) )';
|
||||||
// Allow click through
|
// Allow click through
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: @z-index-page-header;
|
|
||||||
|
|
||||||
&__card {
|
&__card {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in a new issue