Skip to content

Commit

Permalink
Use max-height in DocumentStatus, fixes empty 50px bar above toolbar
Browse files Browse the repository at this point in the history
Fixes a regression introduced by 5a2541d.

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Mar 29, 2023
1 parent 56e1ba2 commit 2a2b988
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2a2b988

Please sign in to comment.