From 1b929a14f7e7785aea97c4cb9519b53889c19e59 Mon Sep 17 00:00:00 2001
From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Date: Fri, 17 Mar 2023 15:24:23 +0000
Subject: [PATCH] drop unused(?) position property, add bottom margin, fixes
 #2378 and #2247

Closes #2378 and #2247

Merge request studip/studip!1582
---
 resources/assets/stylesheets/scss/layouts.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/assets/stylesheets/scss/layouts.scss b/resources/assets/stylesheets/scss/layouts.scss
index c11727057e0..931fc7b1c89 100644
--- a/resources/assets/stylesheets/scss/layouts.scss
+++ b/resources/assets/stylesheets/scss/layouts.scss
@@ -161,7 +161,7 @@ body {
     grid-row: 2 / 3;
     justify-content: flex-start;
     margin: $page-margin;
-    position: relative;
+    margin-bottom: calc($page-margin + 35px);
     vertical-align: top;
 
     .oversized & {
-- 
GitLab