mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
fix(css): cleanup old scrolling css
Signed-off-by: protoclown <ornano@felinn.org>
This commit is contained in:
parent
d1f82e7fc7
commit
df7db817b8
1 changed files with 0 additions and 22 deletions
|
|
@ -154,28 +154,6 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
/* SCROLLING */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
height: 12px
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--color-scrollbar);
|
||||
border-radius: var(--border-radius-large);
|
||||
border: 2px solid transparent;
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
|
||||
/* SELECTION */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue