Skip to content

Commit

Permalink
make dashboard scrollable again
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Mar 4, 2024
1 parent 2564550 commit 12c9dbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/dashboard-refactor/search-results/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,8 @@ export default class SearchResultsContainer extends React.Component<
}

const ResultsScrollContainer = styled.div`
overflow-y: hidden;
overflow-x: scroll;
overflow-y: scroll;
overflow-x: hidden;
height: fill-available;
width: fill-available;
position: relative;
Expand Down Expand Up @@ -1598,7 +1598,6 @@ const ResultsContainer = styled.div`
flex: 1;
height: fill-available;
height: -moz-available;
overflow: scroll;
&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 12c9dbc

Please sign in to comment.