fix right arrow style bug
This commit is contained in:
parent
d52ee4c926
commit
b066fc267e
|
@ -105,7 +105,7 @@
|
||||||
|
|
||||||
.task-table .task-right-arrow {
|
.task-table .task-right-arrow {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
right: 14px;
|
right: 14px;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue