'README.md' ändern

This commit is contained in:
bmen 2019-04-15 00:18:30 +00:00
parent 63a4b43973
commit a097a39ccf
1 changed files with 1 additions and 1 deletions

View File

@ -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.