-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: Fixed position of FloatingToolbar
on the bottom of the screen
#2118
Refactor: Fixed position of FloatingToolbar
on the bottom of the screen
#2118
Conversation
…ed-floating-toolbar-position
…ed-floating-toolbar-position
…ed-floating-toolbar-position
…ed-floating-toolbar-position
…ed-floating-toolbar-position
This reverts commit 2fa11dd.
…ed-floating-toolbar-position
…ed-floating-toolbar-position
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved via - WordPress/gutenberg#21446
@@ -3,6 +3,10 @@ | |||
* Prefill caption for image blocks when available on the Media library | |||
* New block: Buttons. From now you’ll be able to add the individual Button block only inside the Buttons block | |||
* [iOS]: Video in video blocks can now be played inline on the editor. | |||
* [iOS]: Move FloatingToolbar for nested blocks to appears of the bottom of the screen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes... 🤦 I have prepared fix here
Fixes #1414
This PR changes behaviour of FloatingToolbar to align with guideline from this issue. It will be positioning absolutely at the bottom of the screen.
Please also refer to:
Related gutenberg PR
Related gutenberg-mobile issue
To test:
PR submission checklist:
RELEASE-NOTES.txt
if necessary.