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
|
.spell-palette-popover.popover
|
||||||
// Only those popovers which are our direct children (spell documentation)
|
// Only those popovers which are our direct children (spell documentation)
|
||||||
|
left: auto !important
|
||||||
max-width: 600px
|
max-width: 600px
|
||||||
padding: 0
|
padding: 0
|
||||||
border-style: solid
|
border-style: solid
|
||||||
|
@ -81,7 +82,6 @@ body:not(.dialogue-view-active)
|
||||||
@include animation(jiggle .3s infinite)
|
@include animation(jiggle .3s infinite)
|
||||||
|
|
||||||
&.pinned
|
&.pinned
|
||||||
left: auto !important
|
|
||||||
top: 50px !important
|
top: 50px !important
|
||||||
right: 45%
|
right: 45%
|
||||||
// bottom: 151px
|
// bottom: 151px
|
||||||
|
|
Reference in a new issue