Skip to content

Commit

Permalink
z-index 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
uglyice committed Nov 10, 2020
1 parent a7631f7 commit 02c2fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/OpenNetLinkApp/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</nav>
<!-- /.Navbar -->
<!-- Main Sidebar Container -->
<aside id="left-sidebar" class="main-sidebar sidebar-dark-primary elevation-4" style="z-index:2000;background-image: url('/images/adminlte/slide_bg_1.png');background-position:right bottom; background-size: cover;">
<aside id="left-sidebar" class="main-sidebar sidebar-dark-primary elevation-4" style="background-image: url('/images/adminlte/slide_bg_1.png');background-position:right bottom; background-size: cover;">
<!-- Brand Logo -->
<a href="/Welcome" class="brand-link border-0 m-0 p-0 text-center">
<img src="/images/adminlte/logo_l.png" alt=" Logo" class="brand-text float-left">
Expand Down
4 changes: 2 additions & 2 deletions src/OpenNetLinkApp/wwwroot/css/adminlte/adminlte.css
Original file line number Diff line number Diff line change
Expand Up @@ -10730,7 +10730,7 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
position: fixed;
right: 0;
top: 0;
z-index: 1037;
z-index: 0;
}

.layout-navbar-fixed.text-sm .wrapper .content-wrapper {
Expand Down Expand Up @@ -11331,7 +11331,7 @@ body:not(.layout-fixed).layout-navbar-fixed.text-sm .wrapper .main-sidebar .side
left: 0;
position: fixed;
right: 0;
z-index: 1032;
z-index: 0;
}

.layout-footer-fixed .wrapper .content-wrapper {
Expand Down

0 comments on commit 02c2fc6

Please sign in to comment.