Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-web
ensembl-client
Commits
505f97e9
Unverified
Commit
505f97e9
authored
Aug 27, 2021
by
Manoj Pandian Sakthivel
Committed by
GitHub
Aug 27, 2021
Browse files
Fix genome browser vertical scrollbar (#569)
parent
0220976e
Pipeline
#188187
passed with stages
in 5 minutes and 15 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
src/ensembl/src/content/app/browser/Browser.scss
src/ensembl/src/content/app/browser/Browser.scss
+7
-0
src/ensembl/src/content/app/browser/Browser.tsx
src/ensembl/src/content/app/browser/Browser.tsx
+1
-1
No files found.
src/ensembl/src/content/app/browser/Browser.scss
View file @
505f97e9
@import
'src/styles/common'
;
.genomeBrowser
{
height
:
100%
;
display
:
grid
;
align-items
:
start
;
grid-template-rows
:
auto
1fr
;
}
.exampleLinks
{
margin-top
:
50px
;
padding-left
:
80px
;
...
...
src/ensembl/src/content/app/browser/Browser.tsx
View file @
505f97e9
...
...
@@ -117,7 +117,7 @@ export const Browser = (props: BrowserProps) => {
return
(
<
ApolloProvider
client
=
{
client
}
>
<
div
>
<
div
className
=
{
styles
.
genomeBrowser
}
>
<
BrowserAppBar
onSpeciesSelect
=
{
changeGenomeId
}
/>
{
props
.
activeGenomeId
&&
props
.
browserQueryParams
.
focus
?
(
<
StandardAppLayout
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment