opt-cc/static/src/app/style/overview.scss

16 lines
223 B
SCSS
Raw Normal View History

.overview {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
padding: 20px 0 0 50px;
2018-07-30 21:30:59 +02:00
top: 50px;
height: 100vh;
bottom: 10px;
}
2017-10-07 19:40:00 +02:00
2019-03-03 18:09:20 +01:00
@media all and (max-width: 959px) {
.overview {
left: 345px;
}
2017-10-07 19:40:00 +02:00
}