<em>@ganzuelo 138921 wrote:</em><blockquote>While trying to upload a video i have found that I cannot because the upload window doesnt have a scroll option and you cannot submit. Here is a screenshot.
</blockquote>
Please open components/com_community/assets/window.css file, at about line 100, find following code:
#cWindowContent {
width: 100%;
background: #ffffff;
height: 560px;
float: left;
padding: 10px;
position: relative;
}
and change to:
#cWindowContent {
width: 100%;
background: #ffffff;
height: 560px;
float: left;
padding: 10px;
position: relative;
overflow:auto;
}