Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
🐛 (#2371): fix viewer integration styling
Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis committed May 6, 2022
commit b67dfd26e532a592ef7b7f7a00b9783c05386163
3 changes: 2 additions & 1 deletion src/components/ViewerComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export default {
</script>
<style lang="scss">
#editor-container {
top: var(--header-height);
top: 0;
height: calc(100vh - var(--header-height));
}

@media only screen and (max-width: 512px) {
Expand Down