summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-04-24 15:10:16 +0200
committerSimon Rettberg2018-04-24 15:10:16 +0200
commiteb06a021976260e3a70f8f65eadb1c78d6c1a546 (patch)
treea46a69527d17db5c48827629d51a32d352dc9bed
parent[exams/runmode] Properly disable exam mode for runmodes (diff)
downloadslx-admin-eb06a021976260e3a70f8f65eadb1c78d6c1a546.tar.gz
slx-admin-eb06a021976260e3a70f8f65eadb1c78d6c1a546.tar.xz
slx-admin-eb06a021976260e3a70f8f65eadb1c78d6c1a546.zip
style.css: Quickfix for horizontal scrolling glitches
-rw-r--r--style/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css
index bdf81a6f..6b0c28f6 100644
--- a/style/default.css
+++ b/style/default.css
@@ -432,6 +432,10 @@ nav.sidebar li {
}
}
+html, .main {
+ background: #fff;
+}
+
section{
padding-left: 15px;
}