mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Remove scrollbars
This commit is contained in:
parent
36c1cbefae
commit
756e92fa35
@ -15,28 +15,6 @@
|
|||||||
max-height: 120px !important;
|
max-height: 120px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
background-color: #EAECEF;
|
|
||||||
width: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
background-color: #CCCCCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb:hover {
|
|
||||||
background-color: #A5A5A5;
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
|
||||||
scrollbar-color: #CCCCCC #EAECEF;
|
|
||||||
scrollbar-width: thin;
|
|
||||||
}
|
|
||||||
|
|
||||||
.expander_details {
|
.expander_details {
|
||||||
background-color: #f3f5f7;
|
background-color: #f3f5f7;
|
||||||
color: #2E84BF;
|
color: #2E84BF;
|
||||||
|
Loading…
Reference in New Issue
Block a user