-
Notifications
You must be signed in to change notification settings - Fork 39
Conversation
280e50d
to
34bc621
Compare
} | ||
|
||
atom-overlay, atom-overlay::shadow { | ||
// width: 100%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't do this: it would apply to all overlays, everywhere.
I'll need to send a PR to Atom adding an option to apply custom classes to each created overlay.
Er, this doesn't quite work. Part of this is not being able to apply a |
8ce9749
to
228e55d
Compare
Nope! By default, overlays are just below the marked text, for things like the autocomplete box. I'm using a negative margin to put them in the right place: There are still a few positioning issues with certain styles. It seems like the stylesheet can cause the vertical scrollbar width to not be accurate: |
Good enough for now! Much less wonky than it was. |
Use overlay decorations once they land in a release 💖
Fixes #92.