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