Fix auto scrolling issue in debugger on step in and step out. Fixes #3554.

This commit is contained in:
Aditya Toshniwal
2018-08-29 18:20:45 +05:30
committed by Akshay Joshi
parent 208ee4da8c
commit 283a69a21a
6 changed files with 65 additions and 55 deletions

View File

@@ -49,7 +49,14 @@ body {
width: 100% !important;
}
.pg-panel-content { position:absolute;top:0px;left:0px;right:0px;bottom:0px; }
.pg-panel-content {
position:absolute;
top:0px;
left:0px;
right:0px;
bottom:0px;
height: 100%!important;
}
/* iFrames should have no border */
iframe {