Skip to content

Commit

Permalink
style: change sidebar's position property on tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
C17AN committed Aug 10, 2024
1 parent 252a2a3 commit cf3882b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/document/organisms/sidebar/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
}
@media (min-width: $screen-md) {
display: flex;
position: sticky;
}
@media (min-width: $screen-lg), (min-height: $screen-height-place-limit) {
display: block;
Expand Down

0 comments on commit cf3882b

Please sign in to comment.