mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed click on node
This commit is contained in:
parent
e51f185dd0
commit
b0be1d82b6
2 changed files with 4 additions and 4 deletions
|
@ -181,8 +181,8 @@
|
|||
z-index: 2;
|
||||
border-radius: $cell_radius;
|
||||
padding: $gap / 2;
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
// pointer-events: none;
|
||||
// touch-action: none;
|
||||
animation: appear 1s forwards;
|
||||
|
||||
@media (min-width: $cell * 2 + $grid_line) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue