fix #7281 - fix column resizing for merged cells
[roojs1] / css / toolbar.css
index bf196b2..db083be 100644 (file)
     border: 1px solid black;
     margin-top: 2px;
     margin-left: 2px;
+    max-height: 95%;
+    overflow-y: auto;
 }
 
 .x-menu-plain
 
 /** ---- Toolbar ontop of tab bar ---------- **/
 .x-tabs-strip-wrap .x-toolbar {
-    background: none;
+    background: none !important;
 }
+.x-tab-strip-toolbar {
+    width: 100%;
+}
\ No newline at end of file