aiexperiments-ai-duet/static/style/roll.scss
2016-11-11 13:52:19 -05:00

9 lines
170 B
SCSS

@import "common.scss";
#Roll {
$bottomSize : $keyboardHeight + $bottombarHeight;
width: 100%;
height: calc(100% - #{$bottomSize});
bottom: $bottomSize;
left: 0px;
}