mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
css fix & header file import remove
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user