Hide scrollbar

Hides the main scrollbar

Verzia zo dňa 28.06.2020. Pozri najnovšiu verziu.

/* ==UserStyle==
@name          Hide scrollbar
@description   Hides the main scrollbar
@author        cylgom
@version       0.2.0
@namespace     https://gf.zukizuki.org/en/users/322108-cylgom
@license       WTFPL
==/UserStyle== */
html
{
  scrollbar-width: none;
}
::-webkit-scrollbar
{
    display:none;
}