Merge pull request #413 from sbwalker/master

z-order tweak to Blazor theme
This commit is contained in:
Shaun Walker 2020-04-27 15:30:52 -04:00 committed by GitHub
commit e0edc6b3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
.main .top-row {
background-color: #e6e6e6;
border-bottom: 1px solid #d6d5d5;
z-index: 9999;
}
.sidebar {