mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 09:41:17 +11:00
thinner scrollbar
This commit is contained in:
parent
1a031039e1
commit
bc1204a832
1 changed files with 8 additions and 0 deletions
|
|
@ -93,6 +93,14 @@
|
||||||
background-color: var(--vp-button-brand-bg);
|
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
|
* Component: Home
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue