fb: removed custom broken scroll
This commit is contained in:
parent
e351e828bb
commit
253fd9db9f
@ -14,15 +14,16 @@
|
|||||||
/* Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blackberry-Flat/bbf_filebrowser.css */
|
/* Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blackberry-Flat/bbf_filebrowser.css */
|
||||||
|
|
||||||
/* Scrollbar */
|
/* Scrollbar */
|
||||||
@media only screen and (min-width: 768px) {
|
/* @media only screen and (min-width: 768px) {
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100% !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-y: auto;
|
overflow-y: auto !important;
|
||||||
height: 100%;
|
height: 100% !important;
|
||||||
background: var(--main-bg-color)
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
@ -44,7 +45,7 @@
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
background-color: hsla(0,0%,100%,.5);
|
background-color: hsla(0,0%,100%,.5);
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
} */
|
||||||
.message {
|
.message {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
}
|
}
|
||||||
@ -54,6 +55,7 @@
|
|||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
font-family: Open Sans Bold,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user