Skip to content

Commit

Permalink
Merge pull request #2959 from threefoldtech/development_2.6_logger
Browse files Browse the repository at this point in the history
Fix the scroll of the main page when the dashboard logger is opened
  • Loading branch information
samaradel authored Jun 12, 2024
2 parents ce6cb3b + 0d9ac3f commit a4f899e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -494,4 +494,12 @@ export default {
.v-theme--dark .v-btn--disabled {
color: #7b7b7b !important;
}
body {
overflow: auto;
height: 100vh;
}
html {
overflow: hidden;
}
</style>

0 comments on commit a4f899e

Please sign in to comment.