mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
fix(frontend): fix overflow of releases cards on pages with overview
This commit is contained in:
parent
0ff9618b5d
commit
8e945429c2
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,9 @@ export const App = (props) => {
|
|||
/>
|
||||
)}
|
||||
</div>
|
||||
<main className="responsive">{props.children}</main>
|
||||
<main className="responsive padding" style={{ overflow: "hidden" }}>
|
||||
{props.children}
|
||||
</main>
|
||||
</body>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue