Remove z-index

This commit is contained in:
space-nuko
2023-05-10 11:25:49 -05:00
parent 789d8a0137
commit 7143fec258
5 changed files with 13 additions and 8 deletions

View File

@@ -24,6 +24,11 @@
// Disable pull to refresh
overscroll-behavior-y: contain;
// framework7's css conflicts with gradio's
:global(.block) {
z-index: unset; // f7 sets it to 1
}
}
// TODO generalize this to all properties!