diff --git a/cookiebot.css b/cookiebot.css index 39b976c..151fa4f 100644 --- a/cookiebot.css +++ b/cookiebot.css @@ -190,17 +190,3 @@ a.CybotCookiebotDialogDetailBodyContentTabsItem { .CybotCookiebotDialogDetailBodyContentTabsItemSelected { border-bottom: 3px solid hsl(0, 0%, 100%) !important; } - -/* The Cookiebot banner modifies the `top` attribute when it's loaded, causing -// a large layout shift. We force `top: 0 !important` in CSS and intercept any -// attempts to change the height of the banner using `translateY` instead, -// which does not trigger CLS issues. - -// IMPORTANT: This CSS is dependent on the JS snippet. If you use this CSS without it, -// the banner will remain hidden. -*/ - -#CybotCookiebotDialog { - top: 0 !important; - opacity: 0 !important; -} diff --git a/package.json b/package.json index 3ada932..b5c2d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@envato/cookie-consent", - "version": "2.0.1", + "version": "3.0.0.pre1", "description": "Some helper functions to deal with cookie-consent", "main": "dist/index.js", "engines": {