We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715f0fa commit bea855bCopy full SHA for bea855b
1 file changed
style.css
@@ -97,10 +97,12 @@ div.new-feature {
97
font-size: initial;
98
box-shadow: -5px 5px 10px 0px var(--color-3);
99
transition: 0.2s ease-out;
100
+ z-index: -1;
101
}
102
103
button.new-feature:hover ~ div.new-feature {
104
opacity: 100%;
105
+ z-index: 2;
106
107
108
div.new-feature * {
@@ -305,4 +307,4 @@ input, select {
305
307
border: none;
306
308
font-family: Rockwell;
309
font-size: 14px;
-}
310
+}
0 commit comments