Closed oracledigital closed 2 years ago
Seems somewhat edge case, but a quick CSS fix would be this:
.site-header {
position: relative;
z-index: 9999;
}
Thanks for your help Brian.
The altered CSS fixed the issue.
best regards Kirk
Kirk O'Connor Director 0408 921 705
Connect with me on LinkedIn:
http://au.linkedin.com/in/kirko
We are a certified Google Partner:
Important: The information supplied in this email is intended only for the use of the addressee. Whether you are or are not the intended recipient, you are hereby notified that this communication is 'read only' and any dissemination is strictly prohibited. If you have received this transmission in error, please notify us @.*** immediately and delete all copies of this transmission together with any attachments.
On Tue, 26 Apr 2022 at 20:42, Brian Gardner @.***> wrote:
Seems somewhat edge case, but a quick CSS fix would be this:
.site-header { position: relative; z-index: 9999; }
— Reply to this email directly, view it on GitHub https://github.com/wpengine/frost/issues/88#issuecomment-1109748128, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWQGHUH3L2I5ZQ3MWCMKPDVG7QCDANCNFSM5UK5DE5A . You are receiving this because you authored the thread.Message ID: @.***>
Description
Not sure whether this is a Kadence issue or a Frost issue, however, I thought it worth reporting so you became aware.
When I activate Kadence Blocks plugin the menu on Frost suddenly appears under the site content container rather than above it.
Step-by-step reproduction instructions
Test site: https://kirkoconnor.com/
Hover over the Sample Page menu item in the header menu.
It drops below the sample sider underneath it.
Screenshots, screen recording, code snippet
Environment info
WordPress 6.0-beta2 Frost Version: 0.9.5 Gutenberg Version 13.0.0 WordPress Beta Tester Version 3.2.1 iMac Desktop macOS Monterey 12.3.1 Chrome Version 100.0.4896.127 (Official Build) (x86_64) Kadence Blocks – Gutenberg Blocks for Page Builder Features Version 2.4.4
Please confirm that you have searched existing issues in the repo.
Yes