Prevent scrolling body when reaching bottom of project autocompleter

[ci skip]
stable/7
Oliver Günther 6 years ago
parent 5204b3b692
commit f37cfbff82
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 3
      app/assets/stylesheets/content/menus/_project_autocompletion.sass

@ -7,6 +7,9 @@
left: -1px left: -1px
width: 400px width: 400px
background: white background: white
// Avoid scrolling body when autocompleter is at bottom
// (May not be supported by all browsers yet, but soonish)
overscroll-behavior: contain
@include default-font($header-drop-down-projects-search-font-color, 13px) @include default-font($header-drop-down-projects-search-font-color, 13px)
li li

Loading…
Cancel
Save