mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-04 06:38:28 +02: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;
|
|
}
|