web: fix scrollbar corner color in dark mode
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
ce1409fb6c
commit
1bd6107ec7
|
@ -27,6 +27,9 @@
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
::-webkit-scrollbar-corner {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
--pf-c-nav__link--PaddingTop: 0.5rem;
|
--pf-c-nav__link--PaddingTop: 0.5rem;
|
||||||
|
|
Reference in New Issue