diff --git a/inventory/templates/testing.html b/inventory/templates/testing.html index 27592e7..f23ea05 100644 --- a/inventory/templates/testing.html +++ b/inventory/templates/testing.html @@ -24,6 +24,11 @@ top: 10px; transform: translateX(-50%); z-index: 10000; + max-width: calc(100% - 20px); +} + +#toolBar::-webkit-scrollbar { + height: 8px; } #coords { @@ -43,7 +48,12 @@