Skip to content

Commit

Permalink
fix scrolling for FF and IE`
Browse files Browse the repository at this point in the history
  • Loading branch information
naveed-ahmad committed Aug 6, 2021
1 parent 32388d1 commit c571e35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/stylesheets/organism/_content-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@
height: 40px;
margin: 0 4px;

-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: none; /* Firefox */

&::-webkit-scrollbar {
display: none;
width: 0; /* Remove scrollbar space */
Expand Down

0 comments on commit c571e35

Please sign in to comment.