Disable all scrollbars on the site
Disable all scrollbars on the site - Airflow by filippchistiakov
Details
Authorfilippchistiakov
LicenseNo License
Categoryuserstyles
Created
Updated
Size454 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 Disable all scrollbars on the site - Airflow
@version 20231108.11.13
@namespace userstyles.world/user/filippchistiakov
@description Disable all scrollbars on the site
@author filippchistiakov
@license No License
==/UserStyle== */
@-moz-document domain("-af") {
* {
-ms-overflow-style: none !important;
scrollbar-width: none !important;
}
*::-webkit-scrollbar {
display: none !important;
}
}