scss/roojs-bootstrap/table.scss
authorAlan Knowles <alan@roojs.com>
Fri, 23 Jul 2021 08:28:08 +0000 (16:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 23 Jul 2021 08:28:08 +0000 (16:28 +0800)
scss/roojs-bootstrap/table.scss

index 027dc56..a582a5b 100644 (file)
 /** -- the dragable column bar */
 .table-body-fixed thead > tr .roo-hd-split {
     position: absolute;
-     top: 0px;
-    right: -3px;
-    width: 6px;
-    z-index: 9999;
+    top: 0px;
+    right: 0;
+    width: 9px;
+    
     height: 100%;
     background: transparent;
     cursor: col-resize;
 .table-body-fixed thead > tr .roo-hd-split:before {
     position: absolute;
     content: " ";
-    top: 0;
-    right: 0;
+    top: 15%;
+    right: 4px;
     width: 1px;
-    z-index: 10000;
-    height: 100%;
+    
+    height: 70%;
     background: black;
     cursor: col-resize;
 }