+#history-view-editor {
+ display: flex;
+ flex-direction: column;
+}
+
#history-view {
+ flex: 1;
overflow: auto;
- position: absolute;
- top: 30px; /* 0 for no toolbar, 30 for toolbar */
- bottom: 0px;
- left: 0px;
- right: 0px;
- z-index: 1;
+
+}
+
+#history-view .message-box {
+ text-align: center;
}
/*