.pull-to-refresh-indicator {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  pointer-events: none;
  padding: 1rem;
  z-index: 50;
} 