From 73ba14c7524406f4ab03b4e5e95d763ffda4eb8e Mon Sep 17 00:00:00 2001 From: Silas Meister <silas.meister@stud.h-da.de> Date: Mon, 25 Sep 2023 16:42:43 +0200 Subject: [PATCH] Make overlay working again --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 3dd7ea9..88d2800 100644 --- a/styles.css +++ b/styles.css @@ -222,7 +222,7 @@ main { top: 0; left: 0; width: 100%; - height: 100%; + height: 100%; } .article-content-container > .article-link { -- GitLab