You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/06/16 04:06:06 UTC

[13/20] incubator-weex git commit: * [html5] hide scrollbar.

* [html5] hide scrollbar.


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

Branch: refs/heads/0.14-dev
Commit: 23c815ee435fcfdafea08d0f28b8aeb75467729a
Parents: d7a0a3a
Author: MrRaindrop <te...@gmail.com>
Authored: Fri Jun 9 11:26:51 2017 +0800
Committer: MrRaindrop <te...@gmail.com>
Committed: Fri Jun 9 11:26:51 2017 +0800

----------------------------------------------------------------------
 html5/render/vue/styles/reset.css | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/23c815ee/html5/render/vue/styles/reset.css
----------------------------------------------------------------------
diff --git a/html5/render/vue/styles/reset.css b/html5/render/vue/styles/reset.css
index 563a2ef..6a33a37 100644
--- a/html5/render/vue/styles/reset.css
+++ b/html5/render/vue/styles/reset.css
@@ -58,3 +58,8 @@
 .weex-root textarea {
   resize: none;
 }
+
+/* show no scroll bar. */
+::-webkit-scrollbar {
+  display: none;
+}