Skip to content

Commit 0ac4c8a

Browse files
committed
dropdown overflow and left nav z-index fix
1 parent 5be03a0 commit 0ac4c8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pgml-dashboard/src/components/dropdown/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</div>
4242
<% } %>
4343

44-
<ul class="dropdown-menu <%= menu_position %>">
44+
<ul class="dropdown-menu overflow-auto <%= menu_position %>">
4545
<% for item in items { %>
4646
<%+ item %>
4747
<% } %>

pgml-dashboard/static/css/scss/components/_navs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
border-right: 1px solid #{$gray-500};
178178
max-width: $left-nav-w;
179179
padding-top: 0px;
180+
z-index: $zindex-fixed;
180181

181182
@include media-breakpoint-down(lg) {
182183
display: none;

pgml-dashboard/templates/layout/web_app_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<%- NavbarWebApp::render(left_nav_links, account_management_nav ) %>
2828

2929
<div class="d-flex">
30-
<div class="leftnav-container py-3 z-1" >
30+
<div class="leftnav-container py-3" >
3131
<%- LeftNavWebApp::render( upper_left_nav, lower_left_nav, dropdown_nav ) %>
3232
</div>
3333

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy