1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

imagecheck safari bug

This commit is contained in:
codecalm
2020-01-22 19:15:45 +01:00
parent 72599898db
commit aa05471b16
+2 -1
View File
@@ -15,7 +15,7 @@ Image check
.form-imagecheck-figure {
position: relative;
display: flex;
display: block;
margin: 0;
user-select: none;
border: 1px solid $border-color;
@@ -60,6 +60,7 @@ Image check
.form-imagecheck-image {
max-width: 100%;
display: block;
opacity: .64;
transition: .3s opacity;