File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ const AppWrapperStyle = styled.div`
1111` ;
1212
1313const AppMainContentStyle = styled . div `
14- overflow: scroll ;
14+ overflow: auto ;
1515 width: 100%;
1616 height: 100%;
1717 background: #f9fafa;
1818` ;
1919
2020const PageWrapperStyle = styled . div `
21- overflow: scroll ;
21+ overflow: auto ;
2222 display: flex;
2323 flex-direction: column;
2424 height: 100%;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const Message = styled.p`
7272 margin: 0;
7373 width: 100%;
7474 height: 100%;
75- overflow: scroll ;
75+ overflow: auto ;
7676` ;
7777
7878const Actions = styled . div `
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const Wrapper = styled.div`
1010 width: 100%;
1111 align-items: flex-start;
1212 justify-content: center;
13- overflow: scroll ;
13+ overflow: auto ;
1414 padding-top: 30px;
1515` ;
1616
Original file line number Diff line number Diff line change 7474.mainContentWrapper {
7575 /* padding-top: 40px; */
7676 width : 100% ;
77- overflow : scroll ;
77+ overflow : auto ;
7878}
7979
8080/* Utilities */
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import styled from 'styled-components';
55
66const Wrapper = styled . div `
77 height: 100%;
8+ overflow: hidden;
89 display: flex;
910 align-items: center;
1011 flex-direction: column;
You can’t perform that action at this time.
0 commit comments