Remove scrollbars

This commit is contained in:
Simon Mattila 2019-09-24 13:49:10 +02:00
parent 36c1cbefae
commit 756e92fa35

View File

@ -15,28 +15,6 @@
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 {
background-color: #f3f5f7;
color: #2E84BF;