Skip to content

Commit

Permalink
Merge pull request #920 from MTES-MCT/fix-scrolling
Browse files Browse the repository at this point in the history
fix: scrollbar enabled on refresh
  • Loading branch information
loicguillois authored Sep 30, 2024
2 parents f624e79 + cf118af commit 2e659d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
@use "src/components/Map/housing-popup-overrides";
@use "notification";

:root[data-fr-scrolling] body {
overflow: auto;
}

:root {
--material-transition-curve: cubic-bezier(.39,.4,.82,.78);
}
Expand Down

0 comments on commit 2e659d4

Please sign in to comment.