fix css error
This commit is contained in:
parent
c788c307e4
commit
24697fcf76
|
@ -375,17 +375,17 @@
|
||||||
border-width: 1em 1em 0 1em;
|
border-width: 1em 1em 0 1em;
|
||||||
border-color: #2196f3 transparent transparent transparent;
|
border-color: #2196f3 transparent transparent transparent;
|
||||||
}
|
}
|
||||||
.s-space.show-space .selection-box-label.absolute-center.active{
|
}
|
||||||
display: block;
|
.s-space.show-space .selection-box-label.absolute-center.active{
|
||||||
position: absolute;
|
display: block;
|
||||||
bottom: 110%;
|
position: absolute;
|
||||||
bottom: calc(100% + 0.8em);
|
bottom: 110%;
|
||||||
left: 0%;
|
bottom: calc(100% + 0.8em);
|
||||||
background: #2196F3;
|
left: 0%;
|
||||||
color: white;
|
background: #2196F3;
|
||||||
width: 100%;
|
color: white;
|
||||||
padding: 0.2em;
|
width: 100%;
|
||||||
}
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Page specific styles
|
// Page specific styles
|
||||||
|
|
Loading…
Reference in New Issue