mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 02:16:23 +00:00
Add Scrollable when theres too many Page's
This commit is contained in:
parent
e12a7565d8
commit
badb30fae9
1 changed files with 11 additions and 0 deletions
|
@ -83,11 +83,22 @@ $modifier: var(--background-modifier-accent);
|
|||
}
|
||||
|
||||
.vc-notebook-tabbar-bar {
|
||||
overflow: auto;
|
||||
align-items: stretch;
|
||||
display: flex;
|
||||
gap: 40px;
|
||||
}
|
||||
|
||||
.vc-notebook-tabbar-bar::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.vc-notebook-tabbar-bar::-webkit-scrollbar-thumb {
|
||||
background-color: red;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.vc-notebook-tabbar-container {
|
||||
border-bottom: 1px solid var(--profile-body-divider-color);
|
||||
margin: 20px 12px 0;
|
||||
|
|
Loading…
Reference in a new issue