fix css error

This commit is contained in:
chiu 2020-10-01 14:39:30 +08:00
parent b7d4f2a74e
commit 4e9a82ced9
1 changed files with 2 additions and 2 deletions

View File

@ -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 {