fix: use translate3d to force GPU render for image

pull/1692/head
Peng Xiao 2021-04-29 17:00:49 +08:00
parent 9e911a51b1
commit 9c9158edbd
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@
.resize {
display: inline-flex;
/* Fix chrome missing resize handle issue. Ref: https://github.com/logseq/logseq/pull/1692/files */
transform: translate3d(0, 0, 0);
}
.draw [aria-labelledby="shapes-title"] {