mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-12 02:21:06 +08:00
fix z-index
This commit is contained in:
@@ -203,7 +203,7 @@ export default defineComponent({
|
||||
background-color: rgb(var(--v-theme-surface), 0.9);
|
||||
-webkit-backdrop-filter: blur(6px);
|
||||
backdrop-filter: blur(6px);
|
||||
z-index: 1003;
|
||||
z-index: 1002;
|
||||
transition: padding 0.2s ease, background-color 0.18s ease;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user