You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ji...@apache.org on 2017/03/31 02:44:38 UTC

[22/50] [abbrv] incubator-weex git commit: * [html5] fix indicator's zIndex.

* [html5] fix indicator's zIndex.


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/436a69c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/436a69c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/436a69c5

Branch: refs/heads/0.11-dev
Commit: 436a69c5b38d97f73301da8e3bf76ce6f1e1d80f
Parents: 2e957cb
Author: MrRaindrop <te...@gmail.com>
Authored: Fri Mar 24 15:54:11 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Fri Mar 24 15:54:11 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/styles/components.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/436a69c5/html5/render/vue/styles/components.css
----------------------------------------------------------------------
diff --git a/html5/render/vue/styles/components.css b/html5/render/vue/styles/components.css
index 3427307..47d2f2a 100644
--- a/html5/render/vue/styles/components.css
+++ b/html5/render/vue/styles/components.css
@@ -326,6 +326,7 @@ body > .weex-scroller {
 
 .weex-indicator {
   position: absolute;
+  z-index: 10;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;