From 7ae7e7c831d77b6fb241a85087aa4fc8b7a04db1 Mon Sep 17 00:00:00 2001 From: Gareth Barnard <1058419+gjb2048@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:21:16 +0100 Subject: [PATCH] Small update to #lexa-navbar-scrolled-only. --- scss/lexa.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scss/lexa.scss b/scss/lexa.scss index 9723943..982ddef 100644 --- a/scss/lexa.scss +++ b/scss/lexa.scss @@ -54,11 +54,16 @@ // Avoid conflict with drawers. z-index: $zindex-sticky; - .navbar-row { + .navbar-row, + #lexa-navbar-scrolled-only { height: $navbar-height / 2; max-height: $navbar-height / 2; } + #lexa-navbar-scrolled-only { + overflow-y: hidden; + } + .navbar-brand { .logo { max-height: calc(#{$navbar-height / 2} - (#{$primary-nav-padding-y} * 2)); @@ -73,11 +78,6 @@ border-right: 1px solid $border-color; } - #lexa-navbar-scrolled-only { - height: #{$navbar-height / 2}; - max-height: #{$navbar-height / 2}; - } - .count-container { border-radius: 90px; font-size: 0.55rem;