mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
client: Remove broken Firefox scrollbar styling
This commit is contained in:
parent
12756a165f
commit
e70531fcc1
@ -832,16 +832,6 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
|||||||
transform: rotate(-90deg);
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
|
||||||
/* FF basic styling */
|
|
||||||
scrollbar-color: var(--scrollbar-background-color) transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
@supports selector(::-webkit-scrollbar) {
|
|
||||||
body {
|
|
||||||
scrollbar-color: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
@ -855,7 +845,6 @@ body {
|
|||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
[data-toggle="tooltip"]:not(.button-widget) span {
|
[data-toggle="tooltip"]:not(.button-widget) span {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user