aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 8e6ad9b6d..eb7bf24ea 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -457,9 +457,10 @@ input.focused {
/* Scrollspy demo on fixed height div */
.scrollspy-example {
+ position: relative;
height: 200px;
+ margin-top: 10px;
overflow: auto;
- position: relative;
}