fix: Button overflow on small sidebar

This commit is contained in:
Rene Hampölz 2023-02-21 16:54:46 +00:00
parent 5dd0eaefe0
commit eb8bdd60c8

View file

@ -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 {