mirror of
https://github.com/docmost/docmost.git
synced 2026-05-19 07:54:05 +08:00
style(base): nudge row drag grip past left table border
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
padding-left: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
@@ -321,7 +322,7 @@
|
|||||||
.rowNumberDragHandle {
|
.rowNumberDragHandle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: -6px;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
display: none;
|
display: none;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user