made background of scrollbar transparent instead of none - gtk3

main
The_miro 2025-11-03 18:42:57 +01:00
parent f23577bb61
commit 85538fa17c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ scale trough highlight {
/* Scrollbars */
scrollbar {
background-color: none;
background-color: transparent;
border-radius: 10px;
}