Bind Select's value to make it simpler and more reactive

This commit is contained in:
2021-10-23 15:32:49 +02:00
parent ff4222c05e
commit 89c55c17e2
2 changed files with 11 additions and 16 deletions

View File

@@ -122,7 +122,7 @@
opacity: 0;
position: absolute;
top: 0;
left: 0;
left: 8px;
width: 100%;
height: 100%;
cursor: pointer;
@@ -321,8 +321,8 @@
bottom: 0;
right: 0;
border-top-left-radius: 8px;
opacity: 0;
pointer-events: none;
opacity: 0;
transform: translate3d(12%, 23%, 0) rotate(-5deg);
transition: opacity 0.4s var(--ease-quart), transform 1.0s var(--ease-quart);
}