Merge pull request #1692 from pengx17/fix-missing-resize-icon

fix: add back missing resize icon in Chrome
pull/1736/head
thezjy 2021-04-29 17:56:00 +08:00 committed by GitHub
commit ca16f3a619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"] {