#__flow-root messing with semantic:ui
See original GitHub issueHello arunoda,
This __flow-root
div is very problematic for me.
I am using semantic:ui-css
in my project, and in order to have a nice sidebar, my main layout looks like this:
<template name="appLayout">
{{> navbarTemplate}}
{{> menubarTemplate}}
<div class="app pusher">
{{> ddpNotificationTemplate}}
{{> sidebarTemplate}}
<div id="page">
<div class="inner">
{{> Template.dynamic template=main}}
</div>
</div>
</div>
</template>
Because of the __flow-root
div, my layout is fucked up.
"Sidebar:" "Had to add pusher element. For optimal performance make sure body content is inside a pusher element" semantic_ui-css.js:11806:10
"Sidebar:" "Had to move sidebar. For optimal performance make sure sidebar and pusher are direct children of your body tag" <div class="ui sidebar left" id="menubar">
I dont really understand the need of this div element, but it is sure that is does not fit at all with a specific layout design like mine where elements placement matters.
Best regards,
Will
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Problems with overridng Semantic UI styles - Stack Overflow
The question I have is how to override styles from semantic ui the easiest way? I compile semantic sheets and have some other...
Read more >Reveal visible element width is not set correctly #3913 - GitHub
When looking at the page rendered using Chrome dev-tools, I noticed that the width of the div created for the visible element is...
Read more >Semantic-UI Search Fluid Variation - GeeksforGeeks
Semantic UI open-source framework gives icons or glyphs that are used to show pictures related to some elements using CSS and jQuery that...
Read more >“Semantic UI” Doesn't Even Use Semantic Markup! - Medium
Every time I dive into another one it's an even bigger mess that what came before it. This time around we have the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks.
On Fri, May 15, 2015 at 3:55 PM William Poussier notifications@github.com wrote:
@arunoda Thanks you very much !