Просмотр исходного кода

Fix scrolling the navigation bar on mobile (#5049)

hpnrep6 4 лет назад
Родитель
Сommit
114237f192
1 измененных файлов с 1 добавлено и 1 удалено
  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;