diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8e6ad9b6d3..eb7bf24ead 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 { - height: 200px; - overflow: auto; position: relative; + height: 200px; + margin-top: 10px; + overflow: auto; }