mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +03: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: -webkit-fill-available;
|
||||||
width: -moz-available;
|
width: -moz-available;
|
||||||
width: fill-available;
|
width: fill-available;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic {
|
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn.fontastic {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue