-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docs): update cookie consent ui changes #1019
Conversation
🦋 Changeset detectedLatest commit: 4b82cdc The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
|
c186ab2
to
4b899a9
Compare
@@ -73,13 +73,7 @@ export const menuInLayoutVariants = styleVariants({ | |||
}); | |||
|
|||
export const menuLayoutVariants = styleVariants({ | |||
landing: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the menu now moves below the consent notification. is this what we want?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're making the notification fixed and other content to be go below this then it makes sense to move the side bar menu as well.
packages/apps/docs/src/components/Layout/components/TitleHeader/style.css.ts
Outdated
Show resolved
Hide resolved
293bfa3
to
3abe848
Compare
* fix(docs): update cookie consent ui changes * fix(docs): move zIndex value away from sprinkles * fix(docs): make cookie consent sticky * fix(docs): move title header outside of the main content area * fix(docs): tile header global variables * fix(react-ui): move padding to notification content wrapper
No description provided.