Skip to content

Commit 6aa6ada

Browse files
authored
Merge pull request #23 from ngerow2025/remove-scroll-bars
remove overflow: scroll in body style
2 parents c4cfd43 + bd85bbf commit 6aa6ada

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.79-bookworm AS base
1+
FROM rust:bookworm AS base
22
RUN apt update && apt install -y libpq-dev
33

44
FROM base AS chef

src/frontend/src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ main {
4141
4242
body {
4343
padding-top: 70px;
44-
overflow: scroll;
4544
}
4645
</style>

0 commit comments

Comments
 (0)