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 ) ) {
|
||||
.citizen-toc {
|
||||
position: fixed;
|
||||
z-index: @z-index-page-header;
|
||||
right: 0;
|
||||
bottom: ~'calc( var( --header-size ) + var( --space-xs ) )';
|
||||
// Allow click through
|
||||
pointer-events: none;
|
||||
z-index: @z-index-page-header;
|
||||
|
||||
&__card {
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue