Fix column style
This commit is contained in:
@@ -42,4 +42,7 @@ export default class Main extends Vue {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
|
#main {
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@@ -113,4 +113,12 @@ export default class Column extends Vue {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="postcss">
|
<style scoped lang="postcss">
|
||||||
|
.timeline {
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: scroll;
|
||||||
|
.header {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Reference in New Issue
Block a user