diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-11-04 13:17:16 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-11-04 13:17:16 +0100 |
commit | 8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb (patch) | |
tree | a12a790544be354cfe1ef6f0cf28e26f672dd252 /apps/settings/css/help.css | |
parent | 2466902e2a9c933002064089c246f51f3a2006af (diff) | |
download | nextcloud-server-8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb.tar.gz nextcloud-server-8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb.zip |
Move help to separate stylesheet
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/settings/css/help.css')
-rw-r--r-- | apps/settings/css/help.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/settings/css/help.css b/apps/settings/css/help.css new file mode 100644 index 00000000000..248647bef41 --- /dev/null +++ b/apps/settings/css/help.css @@ -0,0 +1,12 @@ +.help-includes { + overflow: hidden !important; +} + +.help-iframe { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + border: 0; + overflow: auto; +} |