Fix overextending flexbox & abandon ship on flex-1 approach, and probably should just use fixed height for parent container
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m22s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m22s
This commit is contained in:
@@ -80,7 +80,7 @@ onUnmounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex-1 flex-col flex">
|
||||
<div class="flex-col flex">
|
||||
<Header>Chat</Header>
|
||||
<div class="flex-col flex flex-1">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user