'README.md' ändern
This commit is contained in:
parent
63a4b43973
commit
a097a39ccf
|
@ -23,4 +23,4 @@ The red lines are purely CSS and no additionaly HTML elements have to be created
|
|||
```
|
||||
## Search results grid
|
||||
![](https://git.bmen.eu/Projekte/oho/raw/master/doc/search-results-grid.png)
|
||||
Because of the hover effect, the search result item (.search-results-item) must be absolutely positioned. Therefore, it is important that there is a grid element (.col-1-4) above the search result item that is relatively positioned. And it needs even a minimum height, because the absolutely positioned search result item falls from the HTML flow.
|
||||
Because of the hover effect, the search result item (.search-results-item) must be absolutely positioned. Therefore, it is important that there is a grid element (.col-1-4) above the search result item which is relatively positioned. And it needs even a minimum height, because the absolutely positioned search result item falls from the HTML flow.
|
||||
|
|
Loading…
Reference in New Issue