-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Move fixed navbars out of the way. #1143
Conversation
When logged in to WordPress the navbar-fixed-top becomes covered by the WordPress admin bar. This CSS bumps it out of the way.
We removed this when removing the option for a fixed navbar out of the box. I'd pull up the commit but I'm on the road Sent from my iPhone On Aug 29, 2014, at 2:52 PM, Ryan Neudorf [email protected] wrote: When logged in to WordPress the navbar-fixed-top becomes covered by the WordPress admin bar. This CSS bumps it out of the way.You can merge this Pull Request by running git pull https://github.com/ohryan/roots master Or view, comment on, or merge it at: #1143
File Changes
Patch Links: — |
I would expect roots to do things that help WordPress and Bootstrap play nice together. Unless you are planning on moving roots away from bootstrap? |
It is our long term goal for Roots to become framework agnostic. That's why we've been removing tweaks like this for a while. I'm not sure reintegrating such tweaks is open for debate but if it is:
|
@Foxaii, let me get back to your 2 points:
|
@Foxaii interesting, do you have a blog post or anything on this?
@JulienMelissas Right. |
@ohryan there haven't been any official announcements or blog posts from the team as far as I can tell, but @retlehs mentioned it a while back somewhere on the roots form, as since then it's being coming up in various PR's, issues, and on the forum. I think we're all still figuring out the best way to do it. I'm still trying to wrap my head around how I would even attempt to do it. |
You can ignore point 2 in this instance. But certainly any other tweaks would need to reference the correct variables, where applicable. Julien is right about the topic, nothing has been codified, it's just been mentioned here and there. We haven't written up a specific post about the future of Roots, but a vague roadmap probably wouldn't hurt. |
When logged in to WordPress the navbar-fixed-top becomes covered by the WordPress admin bar. This CSS bumps it out of the way.