-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Rc/UI tweaks persistent menu nav #35663
base: master
Are you sure you want to change the base?
Conversation
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.
The changes make sense to me but I think i'm seeing weird behavior on staging and when i pull this branch in locally (i.e this app
That is strange (and unexpected). I'll take a look. |
@@ -1,18 +1,22 @@ | |||
{% load i18n %} | |||
|
|||
<script type="text/template" id="persistent-menu-template"> | |||
<div id="persistent-menu-container" class="d-none d-lg-block bg-white h-100 position-absolute border-end border-dark-subtle border-1" | |||
<div id="persistent-menu-container" | |||
class="d-none d-lg-block bg-white h-100 position-absolute border-end border-dark-subtle border-1 overflow-visible" |
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.
learned something new overflow-visible
Product Description
This adds a couple of UI changes to the persistent menu as part of the GA process.
Technical Summary
Change Management doc
Feature Flag
persistent_menu_setting
Safety Assurance
Safety story
tested locally and on staging
Automated test coverage
not covered by automated tests
QA Plan
no QA planned
Rollback instructions
Labels & Review