B
B
big_bo2015-12-28 13:52:32
JavaScript
big_bo, 2015-12-28 13:52:32

Incorrectly handles hover event in bootstrap-hover-dropdawn. Layout problem?

https://jsfiddle.net/mxLjutat/8/
Hover does not work when hovering from above or below (should be dropdawn). If you move the cursor to the right or left - everything works fine. Lack of content is not a problem (on the original site it displays normally). That is, the problem is when hovering the cursor above or below. I don't know much about the front end, however, this needs to be fixed. Can anyone help?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Belyaev, 2015-12-28
@big_bo

You_couldn't come up with longer_selectors?

.dropdown:hover ul {
display:block;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question