Replies: 1 comment
-
|
Oh sh...t.... Clear browser cache did help... Sorry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi group,
I'm using daisyUI 5.0.46 in conjunction with templ, a GO templating engine. But I doubt that this matters.
I could break down my problem to this simple HTML.
According to various sources (e.g. https://kyleshevlin.com/tailwind-minimum-full-height-layout/) it should be possible to achieve kind of vertically stacked design with this approach:
In fact, this produces vertically stacked output like
But... it all ends if I insert the css generated from this css source:
Basically the only difference to the above code is the loading of the produced css in the head section:
From now on my output looks like so:
Anyone having an idea, what goes wrong here?
Beta Was this translation helpful? Give feedback.
All reactions