Fixed diagram layout overlap during editing

This commit is contained in:
andyyou 2020-10-13 11:31:58 +08:00
parent 700c9652c6
commit aeb14b57b1
2 changed files with 8 additions and 0 deletions

View File

@ -606,6 +606,10 @@ tt {
padding-bottom: 20px; padding-bottom: 20px;
} }
.md-diagram-panel {
position: static !important;
}
.sidebar-tabs { .sidebar-tabs {
border-bottom: none; border-bottom: none;
} }

View File

@ -378,6 +378,10 @@ tt {
background-color: #f8f8f8; background-color: #f8f8f8;
} }
.md-diagram-panel {
position: static !important;
}
#write pre.md-meta-block { #write pre.md-meta-block {
padding: 1rem; padding: 1rem;
font-size: 85%; font-size: 85%;