Explorar o código

bugfix: #216 - fix scroll in chrome (#219)

James Read %!s(int64=2) %!d(string=hai) anos
pai
achega
143528d919
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      webui/style.css

+ 1 - 1
webui/style.css

@@ -234,7 +234,7 @@ action-button details summary div span:first-child {
   border-left: 1px solid #666;
   border-right: 1px solid #666;
   border-bottom: 1px solid #666;
-  overflow: scroll;
+  overflow: auto;
 }
 
 execution-button {