Hi,
the vue js header (Navbar) has default a white background. Is there a setting value so that the navbar is like in the html version (transparent bg and on scroll white?
Hi Johannes,
Sorry for the delay in reply.
This is not expected behavior, the header should function the same way as in our HTML version, to fix this you can follow the steps below.
data-kt-sticky="true"
data-kt-sticky-activate="{default: true, lg: true}"
data-kt-sticky-name="app-header-minimize"
data-kt-sticky-offset="{default: "200px", lg: "0"}"
data-kt-sticky-animation="false"