mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Lexical: Fixed media resize handling
- Updating height/width setting to clear any inline CSS width/height rules which would override and prevent resizes showing. This was common when switching media from old editor. Added test to cover. - Updated resizer to track node so that it is retained & displayed across node DOM changes, which was previously causing the resizer/focus to disappear.
This commit is contained in:
@@ -454,7 +454,7 @@ body.editor-is-fullscreen {
|
||||
.editor-media-wrap {
|
||||
display: inline-block;
|
||||
cursor: not-allowed;
|
||||
iframe {
|
||||
iframe, video {
|
||||
pointer-events: none;
|
||||
}
|
||||
&.align-left {
|
||||
|
||||
Reference in New Issue
Block a user