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