Fix white background on mobile

This commit is contained in:
grandeljay 2022-10-12 09:31:55 +02:00
parent 87e1aaa31f
commit a538a58729

View file

@ -387,7 +387,9 @@ p .ui.horizontal.label {
.pusher {
min-height: 100vh;
}
body.pushable > .pusher {
background-color: transparent;
}
.pusher .menu.toggle {
display: none;
}