diff options
| author | Tom Christie | 2013-06-27 12:58:38 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-06-27 12:58:38 +0100 |
| commit | 124ae8c2c88d48b67fbaee77e337e8a6f37d1b70 (patch) | |
| tree | 6f718a4b019c923d9ddc47979cac578cf30affe1 /docs | |
| parent | e0dddbc5de88f5afd4c36a8bdb05d83cca79960d (diff) | |
| download | django-rest-framework-124ae8c2c88d48b67fbaee77e337e8a6f37d1b70.tar.bz2 | |
Tweak styling for max-height of sidenav
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html index 14ecc9c7..21771025 100644 --- a/docs/template.html +++ b/docs/template.html @@ -200,11 +200,11 @@ }); // Dynamically force sidenav to no higher than browser window - $('.side-nav').css('max-height', window.innerHeight - 125); + $('.side-nav').css('max-height', window.innerHeight - 130); $(function(){ $(window).resize(function(){ - $('.side-nav').css('max-height', window.innerHeight - 125); + $('.side-nav').css('max-height', window.innerHeight - 130); }); }); </script> |
