mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Make language options menu right aligned instead of left aligned
Remove horizontal scrollbar that is shown when vertical scrollbar is shown Changed top property to improve look
This commit is contained in:
parent
70cd16cee4
commit
ad12680ce9
1 changed files with 5 additions and 0 deletions
|
@ -221,5 +221,10 @@ div.fancy-select
|
|||
ul.options
|
||||
max-height: 415px
|
||||
background-color: #9d8f5a
|
||||
right: 0
|
||||
left: auto
|
||||
overflow-x: hidden
|
||||
&.open
|
||||
top: 36px
|
||||
li
|
||||
color: #ebebeb
|
||||
|
|
Loading…
Reference in a new issue