fix(core): 🐛 invalid selector

This commit is contained in:
alistair3149 2024-04-26 17:43:57 -04:00
parent 9074563e0b
commit 8bb2d9e76d
No known key found for this signature in database

View file

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