resizable columns

This commit is contained in:
Nazar Kanaev
2020-07-27 22:56:48 +01:00
parent dc91b94cfa
commit 0ed5f59f21
3 changed files with 57 additions and 2 deletions

View File

@@ -290,6 +290,16 @@ select.form-control:not([multiple]):not([size]) {
cursor: default;
}
.drag {
position: absolute;
top: 0;
right: 0;
width: 6px;
height: 100%;
z-index: 10000;
cursor: col-resize;
}
/* content */
.content {