diff --git a/octoprint_klipper/static/css/klipper.css b/octoprint_klipper/static/css/klipper.css index 5bd129c..d7b5406 100644 --- a/octoprint_klipper/static/css/klipper.css +++ b/octoprint_klipper/static/css/klipper.css @@ -1,11 +1,13 @@ .plugin-klipper-sidebar { padding: 1px; height: auto; + max-height: 100px; border: 1px solid #aaa; width: 98%; text-align: center; word-break: break-word; margin: auto; + overflow: auto; } li#navbar_plugin_klipper {