Relative Content

Tag Archive for javascriptcssvue.jscookiesnuxt.js

Css module hides cookiebot banner in Nuxtjs

I’m implementing Cookiebot by adding the code to the head element tag using useHead in Nuxt.js. The issue is that the Cookiebot loads initially, but after a couple of seconds, it disappears. I tried to debug it, and when I block specific CSS using network request blocking on that particular page (e.g., homepage.css), the Cookiebot is not hidden and vice versa. What do you think the issue is here? I find it strange that CSS is hiding the Cookiebot even though it doesn’t have any class names related to Cookiebot.