1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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

Closes #7142

(cherry picked from commit e3aa92d09a247f696a003b87f6e9511c33340a1d)
This commit is contained in:
Mark McDowall
2022-03-19 12:55:06 -07:00
committed by Qstick
parent 4f9d067361
commit 8a0c318540
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;
}