mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
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;
|
||
|
|
}
|