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 {
.page-header {
position: absolute;
top: 0;
}
.content-inner {
height: calc(100% - 50px);
}
.overlay-shadow {
top: 50px;
.right-container {
transform: translateY(61px);
height: calc(100% - 61px);
}
}