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