Wygląd i podstawowe funkcjonalności widoku składów online

This commit is contained in:
2020-08-04 18:10:23 +02:00
parent ca2eea15e4
commit e22115844a
7 changed files with 297 additions and 37 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ export default class List extends styleMixin {
}
.list-body {
max-height: calc(100vh - 4em);
max-height: calc(100vh - 4.5em);
overflow: auto;
display: flex;
flex-direction: column;