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 authored and backportbot[bot] committed Oct 24, 2024
1 parent 0c98074 commit 45bdc8c
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 @@ -798,6 +798,11 @@ body.talk-in-fullscreen {
border-radius: 0;
}
}
// 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 45bdc8c

Please sign in to comment.