diff --git a/sass/globals/_grid.scss b/sass/globals/_grid.scss index 4aa08b8..84bae14 100644 --- a/sass/globals/_grid.scss +++ b/sass/globals/_grid.scss @@ -1,7 +1,7 @@ // Grid customisation .grid-result { padding-top: 0; - overflow-y: auto; + overflow: unset; } @media (min-width: 1550px) { diff --git a/sass/pages/_home.scss b/sass/pages/_home.scss index 7dd8598..b515630 100644 --- a/sass/pages/_home.scss +++ b/sass/pages/_home.scss @@ -36,3 +36,10 @@ padding: 20px; color: $red; } + +#waterfallContent { + position: sticky; + top: 10px; + background: wheat; + z-index: 100; +} \ No newline at end of file