fix css error
This commit is contained in:
parent
b7d4f2a74e
commit
4e9a82ced9
|
@ -11,10 +11,10 @@
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 110%;
|
bottom: 110%;
|
||||||
left: 100%;
|
left: 0%;
|
||||||
background: #2196F3;
|
background: #2196F3;
|
||||||
color: white;
|
color: white;
|
||||||
width: 150%;
|
width: 100%;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
#full-layout-canvas {
|
#full-layout-canvas {
|
||||||
|
|
Loading…
Reference in New Issue