Skip to content

Commit fb85dc5

Browse files
committed
Making this pass linting and make content take up height of page
1 parent 1a1e88f commit fb85dc5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

css/structure/jquery.mobile.panel.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
background: inherit;
120120
z-index: 1;
121121
left: 0;
122+
min-height: inherit;
122123
}
123124
.ui-panel-content-wrap-display-overlay {
124125
position: static;

js/widgets/panel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ $.widget( "mobile.panel", $.mobile.widget, {
219219
self._positionPanel();
220220
self._bindFixListener();
221221
self._trigger( "open" );
222-
console.log( "fired" );
223222
};
224223

225224
if( this.element.closest( ".ui-page-active" ).length < 0 ){

0 commit comments

Comments
 (0)