13 lines
150 B
CSS
13 lines
150 B
CSS
|
.help-includes {
|
||
|
overflow: hidden !important;
|
||
|
}
|
||
|
|
||
|
.help-iframe {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: 0;
|
||
|
overflow: auto;
|
||
|
}
|