Skip to content

Commit

Permalink
still investigating issue, but found solution that works if directly …
Browse files Browse the repository at this point in the history
…put in browser
  • Loading branch information
csckata committed May 16, 2024
1 parent b9dd46d commit 5feef69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
overflow: auto;
}

.bslib-card .card-body {
overflow: auto:
overflow-x: hidden;
}

.btn-navbar {
color: #414F2F;
background-color: #fff;
Expand Down

0 comments on commit 5feef69

Please sign in to comment.