Browse Source

Fix scrolling the navigation bar on mobile (#5049)

hpnrep6 4 years ago
parent
commit
114237f192
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _static/css/algolia.css

+ 1 - 1
_static/css/algolia.css

@@ -1,5 +1,5 @@
 .wy-nav-side { overflow: visible; }
-.wy-side-scroll { overflow: inherit; }
+.wy-side-scroll { overflow-x: inherit; }
 
 .algolia-autocomplete {
     display: block !important;