1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

better image scroll on mobile devices

This commit is contained in:
Fedor Katurov 2019-11-26 12:15:49 +07:00
parent ff249e0107
commit 284721db67
2 changed files with 18 additions and 4 deletions

View file

@ -36,6 +36,10 @@
opacity: 1;
border-radius: $radius $radius 0 0;
}
&.is_dragging {
transition: none;
}
}
.image_wrap {