Fix white background on mobile
This commit is contained in:
parent
87e1aaa31f
commit
a538a58729
1 changed files with 3 additions and 1 deletions
|
@ -387,7 +387,9 @@ p .ui.horizontal.label {
|
|||
.pusher {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body.pushable > .pusher {
|
||||
background-color: transparent;
|
||||
}
|
||||
.pusher .menu.toggle {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue