RED-7605: Fixed page header overlap.

This commit is contained in:
Nicoleta Panaghiu 2023-09-19 11:36:25 +03:00
parent 6cb63fcf43
commit 8d4a68f92c

View File

@ -86,17 +86,13 @@ section.settings {
} }
.fullscreen { .fullscreen {
.page-header {
position: absolute;
top: 0;
}
.content-inner { .content-inner {
height: calc(100% - 50px); height: calc(100% - 50px);
} }
.overlay-shadow { .right-container {
top: 50px; transform: translateY(61px);
height: calc(100% - 61px);
} }
} }