fix z-index
This commit is contained in:
parent
3f58162cf4
commit
b5ffb5af8d
|
@ -59,7 +59,7 @@ defineExpose({
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
._button {
|
._button {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
z-index: 2;
|
z-index: 5;
|
||||||
> span {
|
> span {
|
||||||
background: var(--cwBg) !important;
|
background: var(--cwBg) !important;
|
||||||
color: var(--cwFg);
|
color: var(--cwFg);
|
||||||
|
|
|
@ -41,7 +41,7 @@ defineExpose({
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 2;
|
z-index: 5;
|
||||||
> span {
|
> span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: var(--panel);
|
background: var(--panel);
|
||||||
|
|
Loading…
Reference in New Issue