mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-23 07:01:23 +08:00
fix(sidenav): fix sideNav z-index (#71)
This commit is contained in:
parent
54c8a2824f
commit
47d0edd888
|
@ -87,7 +87,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 10;
|
z-index: 200;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user