hide horizontal scrollbar (#5670)

vertical scrollbar only displayed when required. Adjust margins

[ci skip]
pull/5671/head
ulferts 7 years ago committed by Oliver Günther
parent 6e05f96cb5
commit b8c47ba224
  1. 2
      app/assets/stylesheets/content/_autocomplete.sass
  2. 3
      app/assets/stylesheets/layout/_toolbar.sass

@ -88,7 +88,7 @@ div.autocomplete
&.-inplace &.-inplace
position: relative position: relative
border: none border: none
padding-top: 15px margin-top: 15px
line-height: 1.6 line-height: 1.6
font-size: 1rem font-size: 1rem

@ -248,6 +248,7 @@
display: block display: block
.search-query-wrapper .search-query-wrapper
padding: 15px padding: 15px
overflow: hidden
.query-select-dropdown--no-results .query-select-dropdown--no-results
padding: 15px 15px 0 padding: 15px 15px 0
.ui-menu-item .ui-menu-item
@ -274,7 +275,7 @@
color: #999999 color: #999999
.ui-widget-content.-inplace .ui-widget-content.-inplace
max-height: 55vh max-height: 55vh
overflow-x: scroll overflow-x: auto
input[type="search"]::-webkit-search-cancel-button input[type="search"]::-webkit-search-cancel-button
display: none display: none

Loading…
Cancel
Save