mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
fix: Button overflow on small sidebar
This commit is contained in:
parent
5dd0eaefe0
commit
eb8bdd60c8
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ html.rl-left-panel-disabled #rl-app #rl-left {
|
|||
width: -webkit-fill-available;
|
||||
width: -moz-available;
|
||||
width: fill-available;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic {
|
||||
|
|
Loading…
Reference in a new issue