mirror of https://github.com/fantasticit/think.git
client: fix toolbar zIndex
This commit is contained in:
parent
0ba11156a1
commit
60b033c22e
|
@ -24,7 +24,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
z-index: 10;
|
z-index: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
z-index: 1000;
|
z-index: 2;
|
||||||
padding: 2px 4px;
|
padding: 2px 4px;
|
||||||
background-color: var(--semi-color-bg-2);
|
background-color: var(--semi-color-bg-2);
|
||||||
border: 1px solid var(--node-border-color);
|
border: 1px solid var(--node-border-color);
|
||||||
|
|
Loading…
Reference in New Issue