thinner scrollbar
This commit is contained in:
parent
1a031039e1
commit
bc1204a832
@ -93,6 +93,14 @@
|
||||
background-color: var(--vp-button-brand-bg);
|
||||
}
|
||||
|
||||
/* Custom scrollbar */
|
||||
.VPSidebar::-webkit-scrollbar {
|
||||
block-size: 4px;
|
||||
border-end-end-radius: 14px;
|
||||
border-start-end-radius: 14px;
|
||||
inline-size: 4px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Component: Home
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user