fixed a bug
fixed the following bug https://www.useloom.com/share/f4ab0aa8607646c0af8ced30bab4e958 special thanks to oleteacher
This commit is contained in:
committed by
GitHub
parent
1f3bd12e18
commit
a8a491d5db
@@ -172,9 +172,12 @@ body {
|
|||||||
|
|
||||||
.edit .demo .column .box .configuration {
|
.edit .demo .column .box .configuration {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 3px;
|
/* top: -15px; */
|
||||||
right: 140px;
|
top: -20px;
|
||||||
white-space: nowrap; }
|
/* right: 140px; */
|
||||||
|
right: 0px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
.edit .demo .remove {
|
.edit .demo .remove {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user