Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / css / kivitendo / jquery-ui.custom.css
index 4f8a19d..ba0c31d 100644 (file)
@@ -13,7 +13,7 @@
   border-radius: 4px;
   border: 0;
   color: #333333;
-  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
+  font-family: sans-serif;
   font-size: 1.1em;
   overflow: hidden;
 }
 .jstree a {
   border-bottom: none;
 }
+/* show scrollbar vertical */
+.ui-tabs-panel {
+  overflow: scroll;
+}