use 100% width

This commit is contained in:
SrGooglo 2023-04-04 15:35:18 +00:00
parent b25f850f1c
commit 8a53daa3fa
2 changed files with 4 additions and 1 deletions

View File

@ -368,6 +368,9 @@ export class PostsListsComponent extends React.Component {
return <AutoSizer
disableWidth
style={{
width: "100%",
}}
>
{({ height }) => {
console.log("[PostList] AutoSizer height update => ", height)

View File

@ -1,5 +1,5 @@
.postList {
width: fit-content;
width: 100%;
// WARN: Only use if is a performance issue (If is using virtualized list)
//will-change: transform;