Skip to content

Commit

Permalink
Tabbar: Set lower zIndex than popup. #472
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Aug 10, 2016
1 parent 0ca5fe5 commit cb118ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/styles/variable.less
Expand Up @@ -15,4 +15,7 @@
@range-color-bar-default: #a9acb1;
@range-color-bar-active: @theme-color;


/**
* Tabbar
*/
@tabbar-index: 100;
2 changes: 1 addition & 1 deletion src/styles/weui/widget/weui_tab/tabbar.less
Expand Up @@ -3,7 +3,7 @@
.weui_tabbar {
display: flex;
position: absolute;
z-index: 500;
z-index: @tabbar-index;
bottom: 0;
width: 100%;
background-color: #f7f7fa;
Expand Down

0 comments on commit cb118ee

Please sign in to comment.