Skip to content

Commit

Permalink
fix: overwrites footer-height var in Talk public conversations
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Oct 24, 2024
1 parent b9a0b92 commit 9c5b62b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
<style lang="scss" scoped>
Expand Down

0 comments on commit 9c5b62b

Please sign in to comment.