Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Fix dialog being to big on Safari #2412

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

stefaandevylder
Copy link
Contributor

@stefaandevylder stefaandevylder commented Oct 26, 2022

Description

Bug: When multiple tabs are open in safari, the save button of the new modal company add isn't visible.
This was semi-reproducible on Safari Macbook. It indeed cut off a part of the screen when opening a new tab.

The cause of the bug is because we are using vh and vw as a measurelent in CSS. This type of measurement is differently calculated on WebKit.

Screenshot before this PR

Screenshot 2022-10-26 at 16 37 52

Screenshot after this PR

Screenshot 2022-10-26 at 16 38 30

@qubis741
Copy link
Contributor

Manually checking ⌛

@stefaandevylder stefaandevylder merged commit 32a0dd3 into next-release Oct 27, 2022
@stefaandevylder stefaandevylder deleted the FRAF-1106_dialog-on-safari branch October 27, 2022 10:58
@stefaandevylder stefaandevylder mentioned this pull request Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants