From 46c4a3040885856ea0d190a94b6102752b03e62a Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 28 Oct 2024 11:36:49 +0100 Subject: [PATCH] css fix & header file import remove --- application/views/templates/CISVUE-Header.php | 2 -- public/css/Cis4/Cis.css | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/application/views/templates/CISVUE-Header.php b/application/views/templates/CISVUE-Header.php index 732800cea..6ee344391 100644 --- a/application/views/templates/CISVUE-Header.php +++ b/application/views/templates/CISVUE-Header.php @@ -36,8 +36,6 @@ if (!isset($menu)) { logo-url="" avatar-url="" logout-url="" - at-flag-url="" - uk-flag-url="" :selectedtypes="selectedtypes" :searchbaroptions="searchbaroptions" :searchfunction="searchfunction" diff --git a/public/css/Cis4/Cis.css b/public/css/Cis4/Cis.css index 81e35e63e..ed14222fe 100644 --- a/public/css/Cis4/Cis.css +++ b/public/css/Cis4/Cis.css @@ -238,7 +238,7 @@ html { body { display: flex; padding-top: var(--fhc-cis-header-height); - width: 99vw; + width: calc(100vw - var(--scrollbar-width, 0px)); /* overflow: visible !important; */ } #cis-header {