Help Center

Powered by Minitek FAQ Book
Loading...

The results window is truncated

F
FusolabPosted 6 years agoEdited 6 years ago
The windows of results is always truncated, it stop at the begin of main body. This way the search results are never visible. The module should have a big zindex and go over the mainbody. If you want to try, you can try to search with the term Fusolab. Other search modules (you can try the one just above) instead show the results correctly by going over the main body.
Loading...
0
#1994

3 answers

M
MinitekPosted 6 years agoModerator
This is not a problem with the z-index.

It's a problem with the template module position, hiding the overflow.

Add this css in your template:

#rt-content-top {
  overflow: visible;
}
F
FusolabPosted 6 years ago
Thank you, now is ok.
M
MinitekPosted 6 years agoModerator
You're welcome.