mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Prevent grid info from blocking drag
This commit is contained in:
@@ -1468,6 +1468,7 @@ const StyledGridInfo = styled.div`
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
pointer-events: none;
|
||||||
z-index: 1000; /* Keep above grid inputs */
|
z-index: 1000; /* Keep above grid inputs */
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user