Skip to content

Remove AboveVTT scrollbars by azmoria

Mirrored from https://github.com/Azmoria/dndbeyonddark/raw/master/abovevttremovescrollbars.user.css

Screenshot of Remove AboveVTT scrollbars

Details

Authorazmoria

LicenseNo License

Categorydndbeyond.com ->AboveVtt

Created

Updated

Size717 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove scroll bars in abovevtt

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Remove AboveVTT scrollbars
@namespace      Remove AboveVTT scrollbars
@version        1.0.2
@description    Remove scroll bars in abovevtt
@preprocessor   uso
@author         Azmoria
==/UserStyle== */

@-moz-document regexp(".*abovevtt=true") {
	body::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	body::-webkit-scrollbar-track
	{
		background: transparent !important;
	}
	body::-webkit-scrollbar-thumb
	{
		background-color:transparent;
		border-radius: 6px;
		border: none;
	}
	body::-webkit-scrollbar-corner
	{ 
		background: transparent;
	}
	.sidebar__pane-content{
		box-shadow: none;
	}
    html{
        scrollbar-width: none;
    }
}

Reviews

No reviews yet.