mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Make the sidebar resizer pointer target larger and have it ignore non-primary pointer events
This commit is contained in:
@@ -771,9 +771,9 @@ a.hide-toggle {
|
||||
.sidebar-resizer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -6px;
|
||||
right: -10px;
|
||||
width: 10px;
|
||||
height: 100%;
|
||||
width: 6px;
|
||||
cursor: col-resize;
|
||||
/* disable drag-to-select */
|
||||
user-select: none;
|
||||
|
||||
Reference in New Issue
Block a user