Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(src/common/containers/App/style): fix main scrollbar visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Aug 4, 2017
1 parent cbcb966 commit 0349f40
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/common/containers/App/style.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,9 @@ export const SidebarSemanticPusherStyled = styled(Sidebar.Pusher)`
overflow-y: scroll!important;
-webkit-overflow-scrolling: touch;
${'' /* poptop_modules/components/views/AppComponent/index.jsx 65:52 ${media.md`
max-width: ${props => props.sidebarOpened && `calc(100% - 150px)`};
`} */}
${'' /* ${media.sm`
overflow: hidden;
`} */}
::-webkit-scrollbar {
width: 0px!important;
}
`

export const SidebarSemanticPushableStyled = styled(Sidebar.Pushable)`
Expand All @@ -58,11 +54,8 @@ export const MainContainer = styled(Container)`
`}
}
> .grid,
> * > .grid {
${'' /* FIXME: uncomment me, if somethind doesnt work properly position: relative;
width: 100% !important; */}
min-height: 100%;
}
`
Expand Down

0 comments on commit 0349f40

Please sign in to comment.