mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
Adjust classic view iframe sizing
- adjust sizing to fix -- slight pixel difference after the action bar -- before the footer
This commit is contained in:
parent
dcc814dc24
commit
d567ec9baf
2 changed files with 3 additions and 2 deletions
|
@ -140,6 +140,7 @@ export class IframeResizeHandlerHandler {
|
|||
}
|
||||
|
||||
protected resizeIFrame(size: number): void {
|
||||
this.iframe.style.height = size + 'px';
|
||||
const adjustedValue = size + 1;
|
||||
this.iframe.style.height = adjustedValue + 'px';
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,7 +64,7 @@ pre {
|
|||
|
||||
@media only screen and (min-width: $breakpoint-large) {
|
||||
.classic-view-container iframe {
|
||||
padding-top: 6.8em
|
||||
padding-top: 6.7em
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue