1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00

Change react-custom-scrollbars to react-custom-scrollbars-2

This commit is contained in:
Qstick
2022-03-20 11:51:26 -05:00
parent dbaabf90a5
commit 64da17a9ab
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import PropTypes from 'prop-types';
import React, { Component } from 'react';
import { Scrollbars } from 'react-custom-scrollbars';
import { Scrollbars } from 'react-custom-scrollbars-2';
import { scrollDirections } from 'Helpers/Props';
import styles from './OverlayScroller.css';