vdytynyuk
vdytynyuk
This one is mysterious a bit. I've created new blank project with only one button and modal on it, and dropdowns worked fine on modal. But on my main project...
Hi @bikalay I've found root of this problem and changed title of issue accordingly. The point here is that `modal` is a child of `backdrop` element on DOM. And backdrop...
@deblockt here's my json. ``` { "_links": { "self": { "href": "projects/2", "type": "application/hal+json" }, "service.runs": { "href": "project/2/runs", "type": "application/hal+json" } }, "key": 2, "name": "proj54" } ``` Here's...
I believe this PR should fix the problem. When will it be merged?