-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Height:100% for welcome pages on Safari #3340
Conversation
This sounds like a worryingly invasive change, in terms of changing the |
@@ -100,6 +100,11 @@ limitations under the License. | |||
* flex itself. |
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.
Right, I even commented this: "Height has to be auto here for RoomView to correctly fit when the Toolbar is shown". This is why it's not set to 100%. Unless the phase of the moon has changed since I wrote this, I'd expect it still to be true.
Luke: have you tested this with the MatrixToolbar visible across the top of the page (e.g. showing 'you're a guest' or 'new version' text)?
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.
I have now and as far as I can tell, it's fine. (Albeit I'm testing with Chrome)
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.
TODO: Test on Firefox and Safari
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.
Tests done for Chrome, Safari, Firefox on macOS - seems to work without upsetting anything
lgtm then. please fix the comment that says "height must be auto!!!!" before merging. |
Having tested Riot with the middlePanel having a height of 100%, it seems to be OK.
Fix for #3298
This seems to not have any side-effects.