mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-10 04:52:42 +01:00
13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
html {
|
|
overflow : -moz-scrollbars-vertical;
|
|
overflow-y : scroll;
|
|
}
|
|
|
|
button::-moz-focus-inner, a::-moz-focus-inner {
|
|
border : 0;
|
|
}
|
|
|
|
a:focus {
|
|
outline : none;
|
|
}
|