From dbf9cc3f20959d91fad08307a5d5a5a81ba71cc8 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 19 Nov 2024 14:43:22 +0000 Subject: [PATCH] - Fix the double scroll bar --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f0b9900..6c4da67 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -121,7 +121,7 @@ import { PokemonService } from './core/services/pokemon.service'; } .content { - height: 100%; + //height: 100%; overflow: auto; }