Skip to content

Commit

Permalink
BCTHEME-420: 'Skip to main content' is not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
BC-tymurbiedukhin committed Mar 17, 2021
1 parent 3b957b1 commit bd325d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/scss/layouts/header/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// 5. When logo size is set to "original", we don't have advance knowledge of the
// image size, so we can't use absolute positioning + padding to reserve space
// for lazy loading.
// 6. When logo size is set to "original" and switch to mobile version, it keeps
// 6. When logo size is set to "original" and switch to mobile version, it keeps
// content in center regardless its size.
//
// -----------------------------------------------------------------------------
Expand All @@ -26,6 +26,7 @@
position: absolute;
transform: translate(-50%, -100%);
transition: transform 0.3s;
z-index: zIndex('highest');

&:focus {
transform: translate(-50%, 0%);
Expand Down Expand Up @@ -175,7 +176,7 @@
.header-logo-image-container {
position: relative;
width: 100%;

@include breakpoint("medium") {
min-height: get-height(stencilString('logo_size'));
}
Expand Down

0 comments on commit bd325d5

Please sign in to comment.