-
Notifications
You must be signed in to change notification settings - Fork 720
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
Overlapping text (Re-open #2993) #2994
Overlapping text (Re-open #2993) #2994
Conversation
@@ -416,7 +416,7 @@ wpt-header .wptheader_nav_menu details[open] summary span:after { | |||
|
|||
@media (min-width: 86em) { | |||
wpt-header { | |||
z-index: 999999; | |||
z-index: 1000; |
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.
those changes are going to impact header everywhere have you checked with multiple resolutions?
@@ -189,6 +189,20 @@ body.theme-b { | |||
border: 0; | |||
} | |||
|
|||
.contact-info-modal { | |||
height: 38rem !important; |
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.
is important mandatory?
@@ -31,8 +31,10 @@ | |||
<input type="hidden" name="id" value="<?= $id; ?>" /> | |||
<input type="hidden" name="type" value="contact-info" /> | |||
<input type="hidden" name="csrf_token" value="<?= $csrf_token ?>" /> | |||
<div class="save-button"> | |||
<button type="submit" class="pill-button blue">Save</button> | |||
<div class="section"> |
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.
what's the effect of this section class?
Re-opening #2993. Apparently, it closes at re-naming the branch
With the first commit, I intended not to break anything and test how it behaves and look for impacts, since there are places I cannot check locally. It truly seems rare this new change won't cause any break, but those places are what I'm trying to find.
Please let me know if there's a more certain way to solve this that I'm not seeing.
@claud-io