aboutsummaryrefslogtreecommitdiffstats
path: root/docs/css
diff options
context:
space:
mode:
authorTom Christie2013-06-26 23:26:35 +0100
committerTom Christie2013-06-26 23:26:35 +0100
commit4d22a65e78432a2aa70ddc80395a014a7c9e299e (patch)
tree59c48522448f9a05d896d94e1bbaac3f14c06520 /docs/css
parentaf2fdc03a6f4cafe6e2f19b2adcf59c8918088f2 (diff)
downloaddjango-rest-framework-4d22a65e78432a2aa70ddc80395a014a7c9e299e.tar.bz2
Fix sidebar styling when browser window is too small
Diffstat (limited to 'docs/css')
-rw-r--r--docs/css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/css/default.css b/docs/css/default.css
index a4f05daa..af6a9cc0 100644
--- a/docs/css/default.css
+++ b/docs/css/default.css
@@ -303,3 +303,7 @@ table {
border-color: white;
margin-bottom: 0.6em;
}
+
+.side-nav {
+ overflow-y: scroll;
+}