+
diff --git a/client/src/app/site/pages/meetings/modules/meetings-navigation/components/meetings-navigation-wrapper/meetings-navigation-wrapper.component.scss b/client/src/app/site/pages/meetings/modules/meetings-navigation/components/meetings-navigation-wrapper/meetings-navigation-wrapper.component.scss
index b92723109c..0dac783cd5 100644
--- a/client/src/app/site/pages/meetings/modules/meetings-navigation/components/meetings-navigation-wrapper/meetings-navigation-wrapper.component.scss
+++ b/client/src/app/site/pages/meetings/modules/meetings-navigation/components/meetings-navigation-wrapper/meetings-navigation-wrapper.component.scss
@@ -65,11 +65,7 @@ mat-icon {
}
.scrollable-content {
- height: calc(100% - var(--global-headbar-height));
+ height: calc(100vh - var(--global-headbar-height) - var(--view-headbar-height) - var(--banner-area-height));
width: 100%;
overflow: auto;
}
-
-.ensure-bottom-spacers-work-in-chrome {
- overflow: auto;
-}
diff --git a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.scss b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.scss
index 048a436026..f753416445 100644
--- a/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.scss
+++ b/client/src/app/site/pages/meetings/pages/motions/pages/motion-detail/components/amendment-create-wizard/amendment-create-wizard.component.scss
@@ -3,7 +3,8 @@
height: calc(
100vh -
(
- var(--global-headbar-height) + var(--view-headbar-height) // Offset for the headbars
+ var(--global-headbar-height) + var(--view-headbar-height) + var(--banner-area-height)
+ // Offset for the headbars
+ 96px // Offset for the stepper
+ 20px // Offset for the bottom spacer
)
diff --git a/client/src/app/site/pages/meetings/pages/projectors/modules/projector-detail/components/projector-detail/projector-detail.component.html b/client/src/app/site/pages/meetings/pages/projectors/modules/projector-detail/components/projector-detail/projector-detail.component.html
index 78fa959e16..3cba2ab16e 100644
--- a/client/src/app/site/pages/meetings/pages/projectors/modules/projector-detail/components/projector-detail/projector-detail.component.html
+++ b/client/src/app/site/pages/meetings/pages/projectors/modules/projector-detail/components/projector-detail/projector-detail.component.html
@@ -148,7 +148,7 @@
{{ projector.name }}
-
+
-
-
-
-
+
+
+
+
+
+
+
+ {{ projection.getTitle() }}
+
+ {{ projection.getSubtitle() }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Queue' | translate }}
+
+
+
-
+
+ drag_indicator
+
+
-
-
-
+
+
+
+
{{ projection.getTitle() }}
-
- {{ projection.getSubtitle() }}
-
-
-
-
+
+
+ {{ projection.getSubtitle() }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'Countdowns' | translate }}
+
+
+
+
-
+
+
+
+
-
-
-
-
-
- {{ 'Queue' | translate }}
-
-
-
-
- drag_indicator
-
-
+
+
+
+ {{ 'Messages' | translate }}
+
+
+
+
+
+ {{ 'Wifi access data' | translate }}
-
-
-
- {{ projection.getTitle() }}
-
-
- {{ projection.getSubtitle() }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 'Countdowns' | translate }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ 'Messages' | translate }}
-
-
-
-
-
-
- {{ 'Wifi access data' | translate }}
-
-
- Attention: First enter the wifi data in [Settings > General]
-
-
-
-
-
-
-
-
-
-
-
+
+ Attention: First enter the wifi data in [Settings > General]
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- {{ 'Current list of speakers' | translate }}
-
+
+
+
+ {{ 'Current list of speakers' | translate }}
+
-
- 1 && !projector.isReferenceProjector">
-
-
- {{ 'Slide' | translate }}
-
-
+
+ 1 && !projector.isReferenceProjector">
+
+
+ {{ 'Slide' | translate }}
+
+
-
-
-
-
- {{ 'Overlay' | translate }}
-
-
+
+
+
+
+ {{ 'Overlay' | translate }}
+
+
-
-
-
-
- {{ 'Chyron' | translate }}
-
-
-
+
+
+
+
+ {{ 'Chyron' | translate }}
+
+
+
-
-
-
- {{ 'Current slide' | translate }}
-
+
+
+
+ {{ 'Current slide' | translate }}
+
-
-
-
-
-
- {{
- currentProjectionIsLoS
- ? ('Toggle to parent item' | translate)
- : ('Toggle to list of speakers' | translate)
- }}
-
-
-
-
+
+
+
+
+
+ {{
+ currentProjectionIsLoS
+ ? ('Toggle to parent item' | translate)
+ : ('Toggle to list of speakers' | translate)
+ }}
+
+
+
+
-
-
-
- {{ 'Previous slides' | translate }}
-
-
- -
- {{ projection.getTitle() }}
- {{ projection.getSubtitle() }}
-
-
-
+
+
+
+ {{ 'Previous slides' | translate }}
+
+
+ -
+ {{ projection.getTitle() }}
+ {{ projection.getSubtitle() }}
+
+
+
-
-
-
+
+