RED-7605: Fixed page header overlap.

This commit is contained in:
Nicoleta Panaghiu 2023-09-19 12:10:21 +03:00
parent 57375e2489
commit ac3ccb1d7d

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);
} }
} }