From cd5eb64a4c45ce5156ba93ae00faf74a8b6c3c0c Mon Sep 17 00:00:00 2001 From: Johannes Herforth Date: Wed, 9 Nov 2022 20:48:13 +0100 Subject: [PATCH] Removed margin-bottom tag from the body element (#1435) - 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 3c4da92e..1a8e9d40 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 d521f0fc..1f8bd089 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 {