fix right arrow style bug

This commit is contained in:
MaysWind 2019-04-22 23:19:05 +08:00
parent d52ee4c926
commit b066fc267e

View file

@ -105,7 +105,7 @@
.task-table .task-right-arrow {
visibility: hidden;
position: fixed;
position: absolute;
right: 14px;
margin-top: -12px;
}