Skip to content

Commit

Permalink
fix(layout): avoid sidebar overflow beyond footer (#11621)
Browse files Browse the repository at this point in the history
This issue affected Chrome, Edge, and Safari.

* style: change sidebar's position property on tablet

* Update client/src/document/organisms/sidebar/index.scss

---------

Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
  • Loading branch information
C17AN and caugner authored Sep 6, 2024
1 parent 606e5cb commit 8b0792f
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: relative;
}
@media (min-width: $screen-lg), (min-height: $screen-height-place-limit) {
display: block;
Expand Down

0 comments on commit 8b0792f

Please sign in to comment.