feat(#I1899Q): Blazor 多标签页栏固定

#Comment
comment #I1899Q

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1899Q
This commit is contained in:
Argo Zhang 2020-01-11 21:05:51 +08:00
parent bf98514e1a
commit de4d10fafd
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 16 additions and 0 deletions

View File

@ -244,4 +244,20 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
.toast-body {
width: 360px;
}
}
@media (min-width: 768px) {
.main-content {
padding: 0;
}
.tab-content {
padding: 1rem 1rem 0 1rem;
position: absolute;
overflow: auto;
top: 40px;
right: 0;
bottom: 0;
left: 0;
}
}