Skip to content
Snippets Groups Projects
Commit ef396bc1 authored by alexisben's avatar alexisben
Browse files

some fixes

parent 9aaa0cab
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ $zindex-body-overlay: 51 !default ...@@ -152,7 +152,7 @@ $zindex-body-overlay: 51 !default
$zindex-toc: 60 !default $zindex-toc: 60 !default
$zindex-toc-cta: 49 !default $zindex-toc-cta: 49 !default
$zindex-aside: 48 !default $zindex-aside: 48 !default
$zindex-footer: 70 !default $zindex-footer: 50 !default
// Header // Header
$header-color: $color-text !default $header-color: $color-text !default
......
...@@ -6,10 +6,11 @@ ...@@ -6,10 +6,11 @@
min-height: 400px min-height: 400px
iframe iframe
background: black background: black
@include in-page-without-sidebar @include media-breakpoint-up(desktop)
.transcription @include in-page-without-sidebar
width: col(7) .transcription
margin-left: auto width: col(7)
margin-left: auto
@include media-breakpoint-down(desktop) @include media-breakpoint-down(desktop)
.video .video
margin-left: half(-$grid-gutter-sm) margin-left: half(-$grid-gutter-sm)
......
...@@ -63,6 +63,9 @@ body ...@@ -63,6 +63,9 @@ body
html.has-menu-opened &, html.has-menu-opened &,
html.has-offcanvas-opened & html.has-offcanvas-opened &
overflow: hidden
height: 100%
min-height: -webkit-fill-available
&::after &::after
display: block display: block
opacity: 1 opacity: 1
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
display: none display: none
flex-basis: 100vw flex-basis: 100vw
margin-top: $spacing1 margin-top: $spacing1
max-height: calc(100vh - var(--header-height) - #{$spacing1}) max-height: calc(100vh - var(--header-height) - #{$spacing4})
overflow: auto overflow: auto
a, a,
a:focus, a:focus,
...@@ -54,9 +54,10 @@ ...@@ -54,9 +54,10 @@
padding: $spacing1 padding: $spacing1
position: absolute position: absolute
max-height: calc(100vh - var(--header-height)) max-height: calc(100vh - var(--header-height))
max-height: calc(-webkit-fill-available - var(--header-height))
overflow: auto overflow: auto
a a
color: $header-dropdown-color color: $header-dropdown-color
&:hover, &:hover,
&:focus &:focus
text-decoration-color: $header-dropdown-color text-decoration-color: $header-dropdown-color
......
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