mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 09:47:39 +00:00
13 lines
169 B
Text
13 lines
169 B
Text
|
html {
|
||
|
overflow : -moz-scrollbars-vertical;
|
||
|
overflow-y : scroll;
|
||
|
}
|
||
|
|
||
|
button::-moz-focus-inner, a::-moz-focus-inner {
|
||
|
border : 0;
|
||
|
}
|
||
|
|
||
|
a:focus {
|
||
|
outline : none;
|
||
|
}
|