Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
fix layout after dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
nailgun committed Aug 7, 2020
1 parent eb6410b commit 0ca817c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/containers/App/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@
background-color: transparent;
}

.ant-layout {
overflow: auto; /* fixes layout after update in git:3aa4791 */
}

.ant-layout-content {
display: flex;
padding: 1em;
overflow: auto; /* fixes layout after update in git:3aa4791 */
}
}
}
Expand Down

0 comments on commit 0ca817c

Please sign in to comment.