mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Make the event palette an overlay.
This commit is contained in:
@@ -18,9 +18,8 @@ class EventPalette extends View
|
||||
|
||||
attach: ->
|
||||
@previouslyFocusedElement = $(':focus')
|
||||
console.log @pre
|
||||
@populateEventList()
|
||||
@appendTo(@rootView.vertical)
|
||||
@appendTo(@rootView)
|
||||
@miniEditor.focus()
|
||||
|
||||
populateEventList: ->
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
.event-palette {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.event-palette .event-list {
|
||||
max-height: 300px;
|
||||
color: white;
|
||||
|
||||
Reference in New Issue
Block a user