Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Ui-layout overlaps every other page element. Is not Bootstrap friendly #219

Open
TeraTech opened this issue Jul 24, 2016 · 1 comment
Open

Comments

@TeraTech
Copy link

If the webpage contains a header, a footer, a sidebar, or any other static section, the ui-layout will be positioned over all of those elements. This practically renders this plugin useless on Bootstrap pages. You cannot use this in conjunction with class="row", class="col-x-x", or any other container classes.

The only way to make it work is to force the content of this plugin to work within an iframe within the webpage. This hack should not be necessary.

@garyvidal
Copy link

garyvidal commented Nov 18, 2016

Actually you can make it play nicer by setting position:relative and setting min-height. Use in col-*-12 to catch width

<div class="row">
 <div class="col-md-12">
    <div  ui-layout="{flow:'column'}" style="position:relative;min-height:800px;min-width:800px;">

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants