pl-fe: \!important not required anymore
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -130,8 +130,6 @@ const PullToRefresh: React.FC<PullToRefreshProps> = ({
|
||||
* Reset Styles
|
||||
*/
|
||||
if (childrenRef.current) {
|
||||
childrenRef.current.style.overflowX = 'hidden';
|
||||
childrenRef.current.style.overflowY = 'auto';
|
||||
childrenRef.current.style.transform = 'unset';
|
||||
}
|
||||
if (pullDownRef.current) {
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
.ptr__children {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: visible !important;
|
||||
overflow: visible;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user