Skip to content

Commit

Permalink
ping-viewer-next-frontend: Fix: remove navbar on widgets from route
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Dec 5, 2024
1 parent 6d13000 commit 1258ba0
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,12 @@ export default defineComponent({
});
</script>
<style scoped>
<style>
html, body {
overflow: hidden !important;
}
.h-full {
height: 100%;
}
Expand Down

0 comments on commit 1258ba0

Please sign in to comment.