[GeoNode-devel] Enable scroll in search bar
Antoine ROLLAND
antoine.rolland at cirad.fr
Mon Jun 20 22:42:11 PDT 2016
Hi,
I would like to do a very short pull request, to enable vertical scroll in search bars. In order to do that, it is necessary to edit static/autocomplete_light/style.css, adding :
(in .yourlabs-autocomplete) :
max-height:360px; # The absolute value doesn't really matter, just necessary to set one.
overflow:auto;
I should do that on GitHub, but the file is not there (must be in gitignore i suppose).
Thanks !
Antoine Rolland, Cirad - Reunion Island
-------------- next part --------------
A non-text attachment was scrubbed...
Name: scroll-search-bar.png
Type: image/png
Size: 164060 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-devel/attachments/20160621/de0779df/attachment-0001.png>
More information about the geonode-devel
mailing list