Skip to content
Snippets Groups Projects
Commit cbb07328 authored by Kamila Katarzyna Lach's avatar Kamila Katarzyna Lach Committed by Konstantinos Platis
Browse files

Fix white spaces appearing above Hero Header is some cases

parent 80dd2fdc
No related branches found
No related tags found
2 merge requests!90Merge version 2.7.3 into master,!87Resolve "White space appears on top of Hero Frames in certain cases"
...@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ...@@ -4,6 +4,10 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.7.3]
- Fix white spaces appearing above Hero Header is some cases
## [2.7.2]- 18/06/2020 ## [2.7.2]- 18/06/2020
- Fixed Related Card/Preview Card components not receiving correct colors when used in Landing Pages - Fixed Related Card/Preview Card components not receiving correct colors when used in Landing Pages
......
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
-o-opacity: 1; -o-opacity: 1;
opacity: 1; } opacity: 1; }
.cern-component-header-blocks .component-header__carousel .header-block { .cern-component-header-blocks .component-header__carousel .header-block {
position: absolute;
min-height: 100%; min-height: 100%;
min-width: 100%; } min-width: 100%; }
.cern-component-header-blocks .component-header__carousel .header-block__veil { .cern-component-header-blocks .component-header__carousel .header-block__veil {
...@@ -385,7 +386,7 @@ body:not(.has-header) .is_half_height .cern-component-header-blocks.component-he ...@@ -385,7 +386,7 @@ body:not(.has-header) .is_half_height .cern-component-header-blocks.component-he
.cern-component-header-blocks .component-header__scroll { .cern-component-header-blocks .component-header__scroll {
display: none; } } display: none; } }
.header-block { .header-block {
color: transparent; } color: transparent;}
.header-block .header-block__title { .header-block .header-block__title {
color: white; } color: white; }
......
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
} }
.header-block { .header-block {
position: absolute;
min-height: 100%; min-height: 100%;
min-width: 100%; min-width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment