Skip to content

Commit

Permalink
Merge hotfix/1480 (openscope#1481)
Browse files Browse the repository at this point in the history
Ensure settings menu appears above flight strip bay
  • Loading branch information
erikquinn authored Dec 3, 2019
2 parents d29a765 + 697e87a commit e1077d1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 6.15.1 (December 2, 2020)
### Hotfixes
- <a href="https://github.com/openscope/openscope/issues/1480" target="_blank">#1480</a> - Ensure settings menu appears above flight strip bay


# 6.15.0 (December 1, 2019)
### New Features
- <a href="https://github.com/openscope/openscope/issues/1105" target="_blank">#1105</a> - Add in-sim Airport Guide accessible via footer button
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openscope",
"version": "6.15.0",
"version": "6.15.1",
"description": "An ATC simulator in HTML5",
"engines": {
"node": "11.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/style/module/controls/_controls.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
margin: 0;
padding: 0;
overflow: hidden;
z-index: 2;
z-index: 125;
}

.control-item {
Expand Down

0 comments on commit e1077d1

Please sign in to comment.