Skip to content

Commit 5ed2a21

Browse files
committed
Use max-height in DocumentStatus, fixes empty 50px bar above toolbar
Fixes a regression introduced by 5a2541d. Signed-off-by: Jonas <jonas@freesources.org>
1 parent c56586b commit 5ed2a21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Editor/DocumentStatus.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default {
114114
position: sticky;
115115
top: 0;
116116
z-index: 10000;
117-
height: 50px;
117+
max-height: 50px;
118118
background-color: var(--color-main-background);
119119
120120
.msg {

0 commit comments

Comments
 (0)