scroll width override in Outlook
outlook.office.com by milch9
Details
Authormilch9
LicenseNo License
Categoryoutlookscroll
Created
Updated
Size324 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name outlook.office.com
@version 20211111.01.36
@namespace userstyles.world/user/milch9
@description scroll width override in Outlook
@author milch9
@license No License
==/UserStyle== */
@-moz-document domain("outlook.office.com") {
* {
scrollbar-width: auto !important;
}
}