diff --git a/Dockerfile b/Dockerfile index 0b33c94..2da311a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.79-bookworm AS base +FROM rust:bookworm AS base RUN apt update && apt install -y libpq-dev FROM base AS chef diff --git a/src/frontend/src/App.vue b/src/frontend/src/App.vue index 05ceca5..ed20259 100644 --- a/src/frontend/src/App.vue +++ b/src/frontend/src/App.vue @@ -41,6 +41,5 @@ main { body { padding-top: 70px; - overflow: scroll; }