Explorar el Código

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

James Read hace 2 años
padre
commit
143528d919
Se han modificado 1 ficheros con 1 adiciones y 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 {