Skip to content
Snippets Groups Projects
Commit aac1232c authored by Administrator's avatar Administrator
Browse files

Merge branch 'dev' into 'master'

-

See merge request aktion/customer-assistant!63
parents 7d1bc778 cefb0c8c
No related branches found
No related tags found
No related merge requests found
Pipeline #251 failed with stage
......@@ -8,14 +8,16 @@
display: grid;
}
grid-template-rows: min-content auto;
grid-template-rows: min-content calc(100% - 135px);
[data-object-name="bodyrouter"] {
&.app-component-shown {
display: grid;
}
min-height: 100%;
grid-template-rows: 100%;
// &.app-component-shown {
// display: grid;
// }
// min-height: 100%;
// grid-template-rows: 100%;
// overflow: auto;
height: 100%;
}
}
\ No newline at end of file
.app-modules-customerassistant-esklppage {
padding: 50px;
height: 100%;
overflow: auto;
[data-object-name="search-pane"], [data-object-name="list"] {
height: 100%;
overflow: auto;
}
[data-object-name="search-pane"] {
margin-bottom: 20px;
......
.app-modules-customerassistant-nmcpage {
height: 100%;
[data-object-name="nmcrouter"] {
height: 100%;
}
......
......@@ -9,6 +9,8 @@
[data-object-name="folders"], [data-object-name="content"] {
padding: 20px;
height: 100%;
overflow: auto;
}
[data-object-name="info"] {
......
......@@ -9,6 +9,8 @@
[data-object-name="history"], [data-object-name="master"] {
padding: 20px;
height: 100%;
overflow: auto;
}
.app-component-array-field {
......
.app-modules-customerassistant-calendarpage {
height: 100%;
[data-object-name="calendarrouter"] {
height: 100%;
}
......
......@@ -11,8 +11,10 @@
}
}
[data-object-name="search"] {
[data-object-name="search"], [data-object-name="content"] {
width: 100%;
height: 100%;
overflow: auto;
}
......
.app-modules-customerassistant-calendar-page {
height: 100%;
overflow: auto;
[data-object-name="split"] {
height: 100%;
> .app-component-split-left {
......@@ -9,6 +10,8 @@
[data-object-name="history"], [data-object-name="master"] {
padding: 20px;
height: 100%;
overflow: auto;
}
[data-object-name="method"] {
......
.app-modules-customerassistant-app-modules-customerassistant-layouts-body {
height: 100%;
overflow: auto;
}
\ No newline at end of file
.app-modules-customerassistant-nmc-page {
height: 100%;
[data-object-name="split"] {
height: 100%;
> .app-component-split-left {
......@@ -9,6 +10,8 @@
[data-object-name="history"], [data-object-name="master"], [data-object-name="compare"] {
padding: 20px;
height: 100%;
overflow: auto;
}
[data-object-name="grid"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment