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

Commit

Permalink
Panel: Truncate and move to left: 0 while closed
Browse files Browse the repository at this point in the history
This solution is similar to how we hide the popup

(cherry picked from commit 9e73ab4)

Closes gh-7809
Fixes gh-7807
  • Loading branch information
Gabriel Schulhof committed Oct 30, 2014
1 parent 94217df commit c1c2579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/structure/jquery.mobile.panel.css
Expand Up @@ -13,6 +13,8 @@
max-height: 100%;
overflow: hidden;
visibility: hidden;
left: 0;
clip: rect(1px,1px,1px,1px);
}
.ui-panel-fixed {
position: fixed;
Expand Down
1 change: 1 addition & 0 deletions demos/_assets/css/jqm-demos.css
Expand Up @@ -352,6 +352,7 @@
visibility: visible;
position: relative;
left: 0;
clip: initial;
float: left;
width: 25%;
background: none;
Expand Down

0 comments on commit c1c2579

Please sign in to comment.