Skip to content

Commit

Permalink
Resize logbook-container on window size change
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Feb 5, 2024
1 parent d97214f commit f1ac14d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@
}

.logbook-container{
width: 100%;
height: 100%;
padding-top: 25px;
}

Expand Down

0 comments on commit f1ac14d

Please sign in to comment.