Skip to content

Commit

Permalink
technical debt
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Jan 2, 2024
1 parent 3a1816d commit b95a3b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static_source/admin/src/views/Dashboard/editor/editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ const elContainerHeight = computed(()=> {
//height: calc(100vh - 50px);
height: inherit;
height: -webkit-fill-available;
height: -moz-available;
height: fill-available;
margin: 0;
padding: 0;
}
Expand Down

0 comments on commit b95a3b5

Please sign in to comment.