mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: use translate3d to force GPU render for image
This commit is contained in:
@@ -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"] {
|
||||
|
||||
Reference in New Issue
Block a user