1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Fixed: Scrolling in Firefox in small window (requires refresh)

Closes #4403
This commit is contained in:
Mark McDowall
2022-03-19 12:55:06 -07:00
parent d02d1bbdfe
commit e3aa92d09a
5 changed files with 13 additions and 6 deletions
@@ -10,3 +10,7 @@ export function isMobile() {
export function isIOS() {
return mobileDetect.is('iOS');
}
export function isFirefox() {
return window.navigator.userAgent.toLowerCase().indexOf('firefox/') >= 0;
}