mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
9 lines
189 B
Sass
9 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
|