Skip to content

Commit 1c7b288

Browse files
committed
fix(platform): revert b1f94da, fixes #3175 #3279
1 parent 082f30e commit 1c7b288

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

js/utils/platform.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,6 @@
368368
ionic.DomUtil.ready(function() {
369369
// run this only when or if the DOM is ready
370370
requestAnimationFrame(function() {
371-
// fixing pane height before we adjust this
372-
var panes = document.getElementsByClassName('pane');
373-
for (var i = 0; i < panes.length; i++) {
374-
panes[i].style.height = panes[i].offsetHeight + "px";
375-
}
376371
if (self.isFullScreen) {
377372
document.body.classList.add('fullscreen');
378373
} else {

0 commit comments

Comments
 (0)