From ad0e8917dc39715274f5c6bdf0ca82010479abe2 Mon Sep 17 00:00:00 2001 From: thelastWallE <12502210+thelastWallE@users.noreply.github.com> Date: Sat, 20 Nov 2021 23:22:41 +0100 Subject: [PATCH] :lipstick: add sidebar status maxheight --- octoprint_klipper/static/css/klipper.css | 2 ++ 1 file changed, 2 insertions(+) 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 {