fixed z-index
This commit is contained in:
parent
0e05e9ece1
commit
ab8ddaba35
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,7 @@
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
transition: z-index .3s step-end;
|
||||||
|
|
||||||
& > ul {
|
& > ul {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -70,7 +71,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-inline-start: .5rem;
|
padding-inline-start: .5rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
transition: z-index .3s step-end;
|
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue