mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
10 lines
189 B
Sass
10 lines
189 B
Sass
|
#level-feedback-view
|
||
|
height: 100%
|
||
|
|
||
|
.user-feedback-list
|
||
|
height: 90%
|
||
|
height: -webkit-calc(100% - 80px)
|
||
|
height: calc(100% - 80px)
|
||
|
overflow-y: scroll
|
||
|
overflow-x: hidden
|