css fix & header file import remove

This commit is contained in:
Johann Hoffmann
2024-10-28 11:36:49 +01:00
parent 6fc5714fdf
commit 46c4a30408
2 changed files with 1 additions and 3 deletions
@@ -36,8 +36,6 @@ if (!isset($menu)) {
logo-url="<?= base_url('/public/images/logo-300x160.png'); ?>"
avatar-url="<?= site_url('Cis/Pub/bild/person/' . getAuthPersonId()); ?>"
logout-url="<?= site_url('Cis/Auth/logout'); ?>"
at-flag-url="<?= base_url('/public/images/icons/at.png'); ?>"
uk-flag-url="<?= base_url('/public/images/icons/uk.png'); ?>"
:selectedtypes="selectedtypes"
:searchbaroptions="searchbaroptions"
:searchfunction="searchfunction"
+1 -1
View File
@@ -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 {