mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix auto scrolling issue in debugger on step in and step out. Fixes #3554.
This commit is contained in:
committed by
Akshay Joshi
parent
208ee4da8c
commit
283a69a21a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user