Couve icon indicating copy to clipboard operation
Couve copied to clipboard

Add an Easy Way to Enable/Disable Scrollbar

Open sylv256 opened this issue 1 year ago • 2 comments

#1 shouldn't have been closed. Why do I have to join your server just to customize something as simple as whether a scrollbar is there? Don't you think that's a little over-the-top?

Workaround For Now

Add this to your Quick CSS:

/* Re-enable scrollbar */
:root .layerContainer-2v_Sit *::-webkit-scrollbar {
  display: block !important;
}
:root ::-webkit-scrollbar {
  display: block !important;
}

sylv256 avatar Mar 22 '23 03:03 sylv256