Skip to content

Commit

Permalink
docs: remove z-index property (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
recallwei committed Apr 18, 2023
1 parent 995aadb commit d6d92f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/.vitepress/theme/styles/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
position: relative;
margin-bottom: 10px;
border-radius: 8px;
z-index: 5;
transition: background-color 0.5s;
}

Expand All @@ -14,7 +13,6 @@
position: absolute;
top: 0;
right: 10px;
z-index: 2;
font-size: 12px;
font-weight: 500;
transition: color 0.5s;
Expand Down

0 comments on commit d6d92f3

Please sign in to comment.