fix wordpress admin bar positioning on mobiel screens

This commit is contained in:
Jonas Heinrich 2020-06-18 16:40:51 +02:00
parent c36d84a8a3
commit 2b9d180942

View file

@ -410,3 +410,9 @@ header.sticky-header .header-lang {
padding: 0; padding: 0;
} }
} }
@media screen and (max-width: 600px) {
#wpadminbar {
position: fixed;
}
}