fix: make memubar zIndex bigger

This commit is contained in:
fantasticit 2022-03-22 13:36:58 +08:00
parent 90e8acd065
commit c50a520529
2 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,8 @@
overflow: hidden; overflow: hidden;
> header { > header {
position: relative;
z-index: 10001;
height: 50px; height: 50px;
padding: 0 24px; padding: 0 24px;
display: flex; display: flex;

View File

@ -26,6 +26,8 @@
overflow: hidden; overflow: hidden;
> header { > header {
position: relative;
z-index: 10001;
height: 50px; height: 50px;
padding: 0 24px; padding: 0 24px;
display: flex; display: flex;