Merge pull request #10448 from hashicorp/ui/backport/1.10.0/10428

ui: Increase z-index of main menus to avoid layering issues (#10428)
This commit is contained in:
Mike Morris 2021-06-22 10:23:25 -04:00 committed by GitHub
commit a4a43460e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%main-header-horizontal {
display: flex;
position: fixed;
z-index: 5;
z-index: 50;
left: 0;
padding: 0 25px;
width: calc(100% - 50px);