Skip to content

Commit

Permalink
[ENG-1661] Windows explorer scrollbar (#2166)
Browse files Browse the repository at this point in the history
Fix windows scrollbar
  • Loading branch information
ameer2468 committed Mar 5, 2024
1 parent eeea776 commit c11ecd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interface/app/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ body {

.custom-scroll {
-ms-overflow-style: none; /* for Internet Explorer, Edge */
scrollbar-width: none; /* for Firefox */
overflow-y: scroll;
}

Expand Down

0 comments on commit c11ecd2

Please sign in to comment.