Fix main page scrollbar and socket status position

pull/5/head
Maksim Eltyshev 6 years ago
parent dc09246d8a
commit b9d4024957

@ -21,7 +21,6 @@ const Projects = React.memo(({
return ( return (
<Container className={styles.cardsWrapper}> <Container className={styles.cardsWrapper}>
<Grid className={styles.gridFix}> <Grid className={styles.gridFix}>
<Grid.Row>
{items.map((item) => ( {items.map((item) => (
<Grid.Column key={item.id} mobile={8} computer={4}> <Grid.Column key={item.id} mobile={8} computer={4}>
<Link <Link
@ -54,7 +53,6 @@ const Projects = React.memo(({
</button> </button>
</Grid.Column> </Grid.Column>
)} )}
</Grid.Row>
</Grid> </Grid>
</Container> </Container>
); );

@ -36,7 +36,6 @@
.card { .card {
border-radius: 4px; border-radius: 4px;
height: 150px; height: 150px;
margin-bottom: 24px;
transition: all 200ms ease !important; transition: all 200ms ease !important;
} }
@ -53,7 +52,6 @@
.cardsWrapper { .cardsWrapper {
flex: 1 1 auto; flex: 1 1 auto;
max-height: 100%; max-height: 100%;
overflow: auto;
} }
.gridFix { .gridFix {

@ -28,7 +28,7 @@
bottom: 20px; bottom: 20px;
box-shadow: #b04632 0 1px 0; box-shadow: #b04632 0 1px 0;
padding: 12px 18px; padding: 12px 18px;
position: absolute; position: fixed;
right: 20px; right: 20px;
width: 390px; width: 390px;
z-index: 10001; z-index: 10001;

Loading…
Cancel
Save