Skip to content

Commit

Permalink
style: optimize element block z-index order (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
XPoet committed Nov 21, 2024
1 parent 59dc05e commit b654489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/css/layout/_partial/footer.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
$shields-style-height = 22px

.footer {
display flex
flex-direction column
Expand Down
2 changes: 2 additions & 0 deletions source/css/layout/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ $post-tools-offset = calc((100vw - var(--page-content-max-width) / 2) - 5rem)


.page-main-content-middle {
z-index $z-index-2
display flex
justify-content center
width 100%
Expand Down Expand Up @@ -186,6 +187,7 @@ $post-tools-offset = calc((100vw - var(--page-content-max-width) / 2) - 5rem)
position fixed
right 0
bottom 1.6rem
z-index $z-index-3
box-sizing border-box
padding-right 1rem

Expand Down

0 comments on commit b654489

Please sign in to comment.