Fix column style
This commit is contained in:
parent
a931e82f41
commit
f35ab35bda
|
@ -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>
|
Loading…
Reference in New Issue
Block a user