ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-11-16 22:49:01 +00:00 committed by alistair3149
parent f250668012
commit 8e5daddb9c
No known key found for this signature in database

View file

@ -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;