fix: 修复地图将侧滑遮挡的问题

This commit is contained in:
陈劲松
2020-10-26 09:49:26 +08:00
committed by chenjinsong
parent d3101825c7
commit 6502ce9c9c

View File

@@ -988,7 +988,7 @@ li{
position: fixed;
top: 50px;
right: 0;
z-index: 100;
z-index: 410;
box-shadow: 0 0 15px #ccc;
background-color: white;
padding: 0 0 0 30px;