Overflow
This commit is contained in:
Родитель
485ba180cc
Коммит
92cc777a73
|
@ -54,7 +54,6 @@ export default {
|
|||
}
|
||||
|
||||
.title {
|
||||
margin-left: 30px;
|
||||
|
||||
h2 {
|
||||
margin-top: 16px;
|
||||
|
|
|
@ -27,6 +27,8 @@ export default Vue.extend({
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
@import '@/scss/global.scss';
|
||||
|
||||
.msg-header,
|
||||
.msg-list {
|
||||
margin-left: auto;
|
||||
|
@ -42,5 +44,10 @@ export default Vue.extend({
|
|||
.msg-list {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
height: calc(100vh - 250px);
|
||||
padding-top: 20px;
|
||||
overflow: scroll;
|
||||
border-top: 2px solid $active-bg;
|
||||
border-bottom: 2px solid $active-bg;
|
||||
}
|
||||
</style>
|
||||
|
|
Загрузка…
Ссылка в новой задаче