This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* remove incremental scroll buttons located at scrollbar ends. | |
important note: | |
only partially zero out height/width dimensions | |
to prevent entire scrollbar from disappearing | |
(ie, scrollbarbutton collapse results in scrollbar collapse) | |
*/ | |
scrollbar[orient='vertical'] > scrollbarbutton | |
{ | |
min-height: 0mm !important; | |
} |