Skip to content
Prev Previous commit
Next Next commit
Use max-height in DocumentStatus, fixes empty 50px bar above toolbar
Fixes a regression introduced by 5a2541d.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Mar 29, 2023
commit 5ed2a214461edb0875f7fb223e7ac3fcdd0d2ad5
2 changes: 1 addition & 1 deletion src/components/Editor/DocumentStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default {
position: sticky;
top: 0;
z-index: 10000;
height: 50px;
max-height: 50px;
background-color: var(--color-main-background);

.msg {
Expand Down