projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f943f54
)
Disable elastic scrolling.
author
Cheng Zhao
<zcbenz@gmail.com>
Mon, 5 May 2014 08:48:58 +0000
(16:48 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Mon, 5 May 2014 08:48:58 +0000
(16:48 +0800)
atom/browser/default_app/index.html
patch
|
blob
|
history
diff --git
a/atom/browser/default_app/index.html
b/atom/browser/default_app/index.html
index
0194f58
..
2b85bd7
100644
(file)
--- a/
atom/browser/default_app/index.html
+++ b/
atom/browser/default_app/index.html
@@
-2,6
+2,12
@@
<head>
<title>Atom Shell</title>
<style>
+ html {
+ height: 100%;
+ width: 100%;
+ overflow: hidden;
+ }
+
body {
color: #555;
font-family: 'Open Sans',Helvetica,Arial,sans-serif;