Add new code new version
[sdc.git] / openecomp-ui / resources / scss / components / _punchOut.scss
1 &.dox-ui-punch-out {
2   background-color: $content-background-color;
3 }
4
5 &.dox-ui-punch-out.dox-ui-punch-out-full-page {
6   position: absolute;
7   top: 0;
8   bottom: 0;
9   left: 0;
10   right: 0;
11   overflow-y: auto;
12 }