Skip to content

Commit

Permalink
modify styles.scss and add overrides for table-responsive to fix drop…
Browse files Browse the repository at this point in the history
…down menu cutoff on mobile (#12611)

Co-authored-by: u7347103 <[email protected]>
Co-authored-by: Wei Qing <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent 03569a9 commit e0c2032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/web/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,8 @@ label {
--bs-navbar-color: rgba(255, 255, 255, .75);
--bs-navbar-hover-color: white;
}

// overrides default table-responsive scrolling
.table-responsive {
-webkit-overflow-scrolling: auto;
}

0 comments on commit e0c2032

Please sign in to comment.