mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 19:59:02 +08:00
fix styling issue with resize handler
This commit is contained in:
parent
275033f312
commit
1f1f687275
@ -186,7 +186,9 @@ export default {
|
||||
|
||||
.column-resize-handle {
|
||||
position: absolute;
|
||||
right: -2px; top: 0; bottom: 0;
|
||||
right: -2px;
|
||||
top: 0;
|
||||
bottom: -2px;
|
||||
width: 4px;
|
||||
z-index: 20;
|
||||
background-color: #adf;
|
||||
|
Loading…
Reference in New Issue
Block a user