Skip to content

Commit

Permalink
Fix faulty styles for scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
amitab committed Sep 21, 2020
1 parent df57bcc commit e864b33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/atom-cscope.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
.list-container {
display: flex;
flex-grow: 2;
overflow-y: scroll;
overflow-x: hidden;
height: 100%;

#cscope-results {
margin-top: 10px;
Expand All @@ -81,9 +84,6 @@
}

#result-container {
overflow-y: scroll;
overflow-x: hidden;
height: 100%;
counter-reset: section;

li.result-item {
Expand Down

0 comments on commit e864b33

Please sign in to comment.