diff --git a/src/App.vue b/src/App.vue index e9896ff619a..32bace26189 100644 --- a/src/App.vue +++ b/src/App.vue @@ -786,6 +786,11 @@ export default { body .modal-wrapper * { box-sizing: border-box; } + +// Overwrites styles from public.scss in public conversations +body#body-public { + --footer-height: 0; +}