summaryrefslogtreecommitdiffstats
path: root/browser/extensions/webcompat/injections/css/bug1707795-office365-sheets-overscroll-disable.css
blob: 41ee4060f62cbc1b88d6d72c256270d1e317416d (plain)
1
2
3
4
5
6
7
8
/**
 * www.office.com - There is an overscroll effect on Excel sheets which is
 * not a very pleasant user experience. This invention disables it.
 */

.ewr-sheetcontainer {
  overscroll-behavior: none;
}