-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
option for max height of parent #44
Comments
What you want is possible (and not difficult), I'll create a demo later. |
oh ok many thx, then i have misunderstood something ;-) sorry |
any news? |
+1 Would also be interested in a demo :) |
@onceatime and @mk-conn can you guys elaborate on what you are trying to achieve? I can try to throw something together. |
I'd like to figure this out too. My use case is a full-screen app layout, where you scroll individual containers and never the entire page. Here's an example using flexbox directly but not Flexi: http://bl.ocks.org/jfsiii/5380802 (just add @rwwagner90 or @runspired can either of you suggest how to do this with Flexi? Sounds like it should be simple but I can't seem to get it right. |
Thought I solved this but it's not working still. Removed my original comment since it still doesn't add the scrollbars :( |
Hi @xtagon you have it working with normal flexbox? Should be fairly easy to convert something that works in flexbox to flexi. If it's working as you want in flexbox, let me know. |
@rwwagner90 Thanks. I finally got it working by adding |
@xtagon would you be interested in contributing the example you are talking about here to the flexi dummy app, for us to show as an example? |
@rwwagner90 Absolutely. My case depends on some quirks with how I'm using Semantic-UI's sidebar pusher in my app, but I should be able to put together a more minimal example. |
@xtagon great! Please let me know if you need any help figuring out where to put all the stuff for the examples. |
@rwwagner90 I can use some help. I looked at recent PRs for the examples and tried to follow that as a guide. I created a route, linked to it in the index, created a template for my layout and a route component with a template. I just copied the SVG and template snipped from another example, but it won't render in my browser so I must have missed something. You can see what I tried here: xtagon@b554267 |
@xtagon I think the issue is your component has no dash in the name. Components must be dasherized. |
Opened PR #130 |
if possible can you add a attribute like "fill parent"? this way its possible to create layouts with fixed header and scrollable columns, right now i haven't found a way to realize such a scenario.
for example:
The text was updated successfully, but these errors were encountered: