This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Missing drop shadow when only one item listed in Quick Open drop down #8063
Comments
@larz0 I'm not seeing this on master. Could it be due to local CSS changes you've made? Or are you testing on the Themes branch, maybe..? |
@peterflynn it happens when there's only one item in Quick Open. |
Aha -- good point, now I see it. Clarifying title (was: "Missing drop shadow on Quick Open drop down") |
Reviewed low priority to @larz0 |
I can't quite explain the underlying cause of this issue but it probably is related to the stacking context; the following appears to fix it: .smart_autocomplete_container li {
position: relative;
z-index: 0;
} |
Looks like this is fixed in my PR #7227, so reassigning to me as fix in progress. |
Fixed in 1.3 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To reproduce enter "styles/brackets_colors.less".
The text was updated successfully, but these errors were encountered: