mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-20 05:12:54 +08:00
fix ads dynamic sizing
This commit is contained in:
parent
df97b4950b
commit
842f8d0790
@ -29,8 +29,8 @@ const editorOptions = {
|
||||
const StyledWrapper = styled.div`
|
||||
display: grid;
|
||||
height: calc(100vh - 36px);
|
||||
grid-template-columns: 1fr;
|
||||
grid-auto-rows: 1fr minmax(1fr, 100px);
|
||||
grid-template-columns: 100%;
|
||||
grid-template-rows: minmax(0, 1fr);
|
||||
`;
|
||||
|
||||
export const JsonEditor: React.FC = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user