pl-fe: fix pull to refresh styling

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-24 10:51:58 +01:00
parent 6de339f494
commit f91d549d03

View File

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