csharp: fix embedded mode

This commit is contained in:
Oleg Sinizin
2021-11-02 17:39:41 +03:00
parent 9ca242fe82
commit 08d1080527
3 changed files with 4 additions and 2 deletions

View File

@ -71,6 +71,7 @@ header img {
}
.main {
display: table;
height: calc(100% - 112px);
min-height: 536px;
}