How can I make the scrollbar clickable from the right border
How can I make the scrollbar clickable from the right border
I applied this padding:
/* Nuevo espacio alrededor del contenido web */
:root:not([sizemode="fullscreen"]) #appcontent {
padding: 1px 4px 4px 4px !important;
}
and I wonder if is possible make the scrollbar clickable from the border with some trick.
0 comments