fix: separate pill clicks from carousel drag with bottom drag zone
This commit is contained in:
@@ -156,3 +156,24 @@
|
||||
background: linear-gradient(135deg, #f08830 0%, #d9720f 100%);
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.nb-react-drag-zone {
|
||||
position: absolute;
|
||||
left: 48px;
|
||||
right: 48px;
|
||||
bottom: 0;
|
||||
height: 12px;
|
||||
z-index: 1;
|
||||
cursor: grab;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.nb-react-drag-zone:active {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
.nb-react-drag-zone {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user