fix: main z-index 수정
This commit is contained in:
@@ -18,6 +18,6 @@ onMounted(() => {
|
||||
|
||||
<style scoped>
|
||||
#LayoutsMain {
|
||||
@apply relative min-h-[200px] md:min-h-[800px] z-[91];
|
||||
@apply relative min-h-[200px] md:min-h-[800px] z-[90];
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user