Skip to content

Commit

Permalink
ncp-web: fix overlay z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Feb 22, 2018
1 parent 0d6ad68 commit d05b069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

[v0.46.28](https://github.com/nextcloud/nextcloudpi/commit/018c241) (2018-02-22) wizard: fix logbox overflow
[v0.46.29](https://github.com/nextcloud/nextcloudpi/commit/1804c51) (2018-02-22) ncp-web: fix overlay z-index

[v0.46.28](https://github.com/nextcloud/nextcloudpi/commit/c78cf60) (2018-02-22) wizard: fix logbox overflow

[v0.46.27](https://github.com/nextcloud/nextcloudpi/commit/7a68af0) (2018-02-20) wizard: animate side logs

Expand Down
2 changes: 1 addition & 1 deletion ncp-web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@
</div>
</header>

<div id='overlay' class="hidden"></div>
<div id="content-wrapper">
<div id="content" class="app-files" role="main">
<div id='overlay' class="hidden"></div>
<div id="app-navigation">
<ul id="ncp-options">
<?php
Expand Down
4 changes: 2 additions & 2 deletions ncp-web/ncp.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ input[type='checkbox'].checkbox--white:indeterminate:disabled + label:after,inpu
top:0;
left:0;
right:0;
z-index:2000;
z-index:5000;
height:45px;
background-color:#0082c9;
box-sizing:border-box;
Expand Down Expand Up @@ -590,7 +590,7 @@ kbd {
border-right:1px solid #ebebeb;
display:flex;
flex-direction:column;
z-index: 2000;
z-index: 3000;
}
#app-navigation > ul {
position:relative;
Expand Down

0 comments on commit d05b069

Please sign in to comment.