ComunicWeb/assets/css/components/searchForm.css
2017-05-26 16:11:41 +02:00

18 lines
246 B
CSS

/**
* Search form styles
*
* @author Pierre HUBERT
*/
.searchBoxResultsContainer {
position: relative;
overflow: hidden;
width: auto;
height: 200px;
}
.searchBoxResultsContainer .menu {
overflow: hidden;
width: 100%;
height: 200px;
}