We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea08e1 commit 37d2238Copy full SHA for 37d2238
app/styles/app.scss
@@ -3,3 +3,7 @@
3
.gsoc-organizations-list {
4
height: 100vh;
5
}
6
+
7
+.search-results {
8
+ overflow-y: scroll;
9
+}
app/templates/application.hbs
@@ -17,7 +17,7 @@
17
{{/paper-content}}
18
{{/paper-sidenav}}
19
20
- {{#paper-card-content class="flex"}}
+ {{#paper-card-content class="flex search-results"}}
21
{{#paper-toolbar}}
22
{{#paper-toolbar-tools}}
23
{{#paper-button iconButton=true onClick=(action 'toggleSidenav')}}
0 commit comments