From bc0c85d6bb0efe2d7d4998386301be77caf0f2fe Mon Sep 17 00:00:00 2001 From: Johannes Herforth Date: Wed, 9 Nov 2022 10:45:20 +0100 Subject: [PATCH] Removed margin-bottom tag from the body element - This only changes the behaviour in Firefox - All browsers now show the UI in a single page view --- CHANGELOG.md | 6 ++++++ apps/client/src/styles.scss | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c4da92e4..1a8e9d401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Removed bottom margin tag from the body element + ## 1.210.0 - 08.11.2022 ### Added diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index d521f0fcf..1f8bd0899 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -25,7 +25,6 @@ $mat-css-light-theme-selector: '.is-light-theme'; body { font-family: var(--font-family-sans-serif); margin: 0; - margin-bottom: 5rem; min-height: 100%; a {