adasd
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
overflow: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.salesforce-translation-import *,
|
.salesforce-translation-import *,
|
||||||
|
|||||||
@@ -526,6 +526,7 @@ h1 {
|
|||||||
.window-content--module {
|
.window-content--module {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #f8fafc;
|
background: #f8fafc;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-content--desktop-debug {
|
.window-content--desktop-debug {
|
||||||
@@ -538,11 +539,13 @@ h1 {
|
|||||||
.window-module-host {
|
.window-module-host {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
overflow: hidden;
|
min-height: 0;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-module-host > .window-app-shell {
|
.window-module-host > .window-app-shell {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-module-error {
|
.window-module-error {
|
||||||
|
|||||||
Reference in New Issue
Block a user