Skip to content

Commit

Permalink
Fix context menu overflow the browser content
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 6, 2017
1 parent fac1d93 commit cb0ac27
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 129 deletions.
5 changes: 3 additions & 2 deletions css/jquery.filebrowser-0.8.0.css
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2016-2017 Jakub Jankiewicz <http://jcubic.pl/me>
* Released under the MIT license
*
* Date: Sun, 03 Sep 2017 16:10:22 +0000
* Date: Wed, 06 Sep 2017 07:27:03 +0000
*/
.browser-widget.hidden, .browser-widget .hidden {
visibility: hidden;
Expand All @@ -15,9 +15,10 @@
margin: 0;
padding: 0;
}
.browser-widget ul.ui-menu {
.browser-menu {
float: left;
position: absolute;
z-index: 99999999;
}
.browser-widget li[draggable] {
/* Required to make elements draggable in old WebKit */
Expand Down
4 changes: 2 additions & 2 deletions css/jquery.filebrowser-0.8.0.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion css/jquery.filebrowser-src.css
Expand Up @@ -15,9 +15,10 @@
margin: 0;
padding: 0;
}
.browser-widget ul.ui-menu {
.browser-menu {
float: left;
position: absolute;
z-index: 99999999;
}
.browser-widget li[draggable] {
/* Required to make elements draggable in old WebKit */
Expand Down
5 changes: 3 additions & 2 deletions css/jquery.filebrowser.css
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) 2016-2017 Jakub Jankiewicz <http://jcubic.pl/me>
* Released under the MIT license
*
* Date: Sun, 03 Sep 2017 16:10:22 +0000
* Date: Wed, 06 Sep 2017 07:27:03 +0000
*/
.browser-widget.hidden, .browser-widget .hidden {
visibility: hidden;
Expand All @@ -15,9 +15,10 @@
margin: 0;
padding: 0;
}
.browser-widget ul.ui-menu {
.browser-menu {
float: left;
position: absolute;
z-index: 99999999;
}
.browser-widget li[draggable] {
/* Required to make elements draggable in old WebKit */
Expand Down

0 comments on commit cb0ac27

Please sign in to comment.