Skip to content

Commit bea855b

Browse files
Minor fix
1 parent 715f0fa commit bea855b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ div.new-feature {
9797
font-size: initial;
9898
box-shadow: -5px 5px 10px 0px var(--color-3);
9999
transition: 0.2s ease-out;
100+
z-index: -1;
100101
}
101102

102103
button.new-feature:hover ~ div.new-feature {
103104
opacity: 100%;
105+
z-index: 2;
104106
}
105107

106108
div.new-feature * {
@@ -305,4 +307,4 @@ input, select {
305307
border: none;
306308
font-family: Rockwell;
307309
font-size: 14px;
308-
}
310+
}

0 commit comments

Comments
 (0)