Skip to content

Commit

Permalink
fix: temporary test for sticky on .s-title-02
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo authored and EwenKorr committed Sep 9, 2024
1 parent 2ebd64d commit 6f3a9b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions itou/static/css/itou.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,4 +401,10 @@ an input field being invalid, generating an uncontrolled red box-shadow. */
.img-muted {
filter: grayscale(100%);
opacity: 0.3;

/* Temp: must be removed */
.l-authenticated > .s-main .s-title-02 {
position: sticky;
top: 0;
z-index: 1020;
}

0 comments on commit 6f3a9b7

Please sign in to comment.