mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -04:00
Show API popup entirely over surface
Covering user code causes problems for players.
This commit is contained in:
parent
72905c7ff2
commit
15bcae8a17
1 changed files with 1 additions and 1 deletions
|
@ -54,6 +54,7 @@ body:not(.dialogue-view-active)
|
|||
|
||||
.spell-palette-popover.popover
|
||||
// Only those popovers which are our direct children (spell documentation)
|
||||
left: auto !important
|
||||
max-width: 600px
|
||||
padding: 0
|
||||
border-style: solid
|
||||
|
@ -81,7 +82,6 @@ body:not(.dialogue-view-active)
|
|||
@include animation(jiggle .3s infinite)
|
||||
|
||||
&.pinned
|
||||
left: auto !important
|
||||
top: 50px !important
|
||||
right: 45%
|
||||
// bottom: 151px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue