fix(refresher): display on top of content

This commit is contained in:
Liam DeBeasi
2023-07-13 13:15:33 -04:00
parent 67827fda96
commit 973c22ed04

View File

@@ -50,7 +50,7 @@ $z-index-click-block: 99999;
$z-index-fixed-content: 999;
$z-index-scroll-content: 1;
$z-index-refresher: -1;
$z-index-refresher: 0;
$z-index-page-container: 0;
$z-index-toolbar: 10;