mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(core): 🐛 invalid selector
This commit is contained in:
parent
9074563e0b
commit
8bb2d9e76d
|
@ -57,7 +57,8 @@
|
|||
// Hide sticky header on scroll down on smaller screens
|
||||
@media ( max-width: @max-width-breakpoint-tablet ) {
|
||||
.citizen-body-header--sticky {
|
||||
.mw-body-header .page-actions {
|
||||
.mw-body-header,
|
||||
.page-actions {
|
||||
transition: var( --transition-menu );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue