pl-fe: \!important not required anymore

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-24 13:17:07 +01:00
parent f91d549d03
commit f71ec7aa90
2 changed files with 1 additions and 3 deletions

View File

@ -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) {

View File

@ -5,7 +5,7 @@
.ptr__children {
height: 100%;
width: 100%;
overflow: visible !important;
overflow: visible;
-webkit-overflow-scrolling: touch;
position: relative;
}