Merge pull request #3055 from mooxl/add-zindex-to-dropdown-menu

fix: add z-index to dropdown menu
This commit is contained in:
Mike Cao
2024-11-18 13:21:16 -08:00
committed by GitHub

View File

@@ -59,5 +59,6 @@
align-items: center;
justify-content: space-between;
padding-inline-end: 0;
z-index: 10;
}
}