1
0
Fork 0
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:
Fedor Katurov 2019-11-15 15:28:27 +07:00
parent e51f185dd0
commit b0be1d82b6
2 changed files with 4 additions and 4 deletions

View file

@ -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) {