1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-20 18:14:30 +00:00

18 lines
246 B
CSS
Raw Normal View History

2017-05-26 16:11:41 +02:00
/**
* Search form styles
*
* @author Pierre HUBERT
*/
.searchBoxResultsContainer {
position: relative;
overflow: hidden;
width: auto;
height: 200px;
}
.searchBoxResultsContainer .menu {
overflow: hidden;
width: 100%;
height: 200px;
}