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

I1228 Add y-scroll-bar to webpage #1230

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/geedocs/5.3.0/answer/7160007.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ <h5>
Added an experimental option that fixes several memory leaks related to our usage of the Xerces library.
</td>
</tr>
<tr>
<td>1228</td>
<td>Assemble button is not fully visible, making it difficult to use the GLC assembly tool</td>
<td>
Added a scroll-bar to glc_assemble webpage to allow scrolling to 'Assemble' button.
</td>
</tr>

</tbody>
</table>
<h5>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017 Google Inc.
* Copyright 2017 Google Inc., 2019 the Open GEE Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -43,6 +43,7 @@ body {
left: 0px;
right: 0;
bottom: 0;
overflow-y: scroll;
}

#right_bar h2 {
Expand Down