Policy popup overflows on 4K screens #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On 4K screens, the cookies & policy popup is shown in the bottom-left margin of the page, however both vertical and horizontal scrollbars appear and make the page body a little bigger.
The popup is relatively small and does not overflow itself - the whole div is visible.
Note:
This issue might have disappeared, since media queries have been temporarily removed from the CSS (due to the major rework the code is undergoing).
However, confirming this problem is currently not possible since the dev's availability to a 4K monitor is limited. It will be considered once possible.
This issue was confirmed to be invalid, as caused by media queries that are no longer included.
New ones will be structured in a way that ensures prevention of overflows.