Skip to content
Snippets Groups Projects
Commit 075b6027 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2028965 by jessebeach, ekl1773: Fixed Overlay overflows the viewport in...

Issue #2028965 by jessebeach, ekl1773: Fixed Overlay overflows the viewport in Firefox; missing vendor prefixes for box-sizing.
parent 4dfc5e34
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -19,6 +19,8 @@ html[dir="rtl"] {
}
#overlay {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
margin: 0 auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment