mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Move achievement popup to lower left to avoid covering up Continue button on small screens
This commit is contained in:
parent
5d9d5c0ae6
commit
1603c72469
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ $user-achievements-scale: 0.8
|
|||
// Achievement Popup
|
||||
.achievement-popup-container
|
||||
position: fixed
|
||||
right: 0px
|
||||
left: 100px
|
||||
bottom: 0px
|
||||
z-index: 9001
|
||||
cursor: pointer
|
||||
|
|
Loading…
Reference in a new issue