?
avatar jayblaq
jayblaq
27 Oct 2015

Steps to reproduce the issue

The current use of bootstrap wells etc in a modal for the top and the bottom can be confusing to users since the upload and navigations are hidden without scrolling etc. I would like to suggest making the top thumbnail list or grid well fixed and the bottom upload a photo fixed as well. Here is my suggestion.

Expected result

.browser {
height: 325px;
width: 100%;
overflow: auto;
position: relative;
margin: 40px 0 40px 0;
padding: 40px 0;
}

.well {
margin: 0px;
position: fixed;
top: 0;
width: 94%;
z-index: 2;
}

Actual result

System information (as much as possible)

Additional comments

avatar jayblaq jayblaq - open - 27 Oct 2015
avatar dgt41
dgt41 - comment - 31 Oct 2015

There is another proposed way for this: using tabs. You can check it with #5871

avatar zero-24 zero-24 - change - 31 Oct 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-10-31 13:37:22
Closed_By zero-24
avatar zero-24 zero-24 - close - 31 Oct 2015

Add a Comment

Login with GitHub to post a comment