summaryrefslogtreecommitdiffstats
path: root/apps/settings/css/help.css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-11-04 13:17:16 +0100
committerJulius Härtl <jus@bitgrid.net>2020-11-04 13:17:16 +0100
commit8cf7c63a7120f9a7c59e38451fb28d4fe15dcffb (patch)
treea12a790544be354cfe1ef6f0cf28e26f672dd252 /apps/settings/css/help.css
parent2466902e2a9c933002064089c246f51f3a2006af (diff)
downloadnextcloud-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.css12
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;
+}