Fix refresh widget to use same z-index as top-nav (#4977)

This commit is contained in:
Jason 2024-04-18 15:43:39 +00:00 committed by GitHub
parent 747952cc97
commit 207e901615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
align-items: center;
gap: 5px;
justify-content: flex-end;
z-index: 4;
}
.floatingRefreshSection:has(.lastRefreshTimestamp + .refreshButton) {