Commit 24e33a05 authored by dbeam@chromium.org's avatar dbeam@chromium.org

NTP4: Remove overflow from .tile-grid to fix app clipping issue.

TEST=Don't breaking anything, save some tubes.
R=estade@chromium.org
BUG=98457


Review URL: http://codereview.chromium.org/8827014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113359 0039d316-1c4b-4281-b951-d872f2087c98
parent e8d69ff6
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
} }
.tile-grid { .tile-grid {
overflow: hidden;
position: relative; position: relative;
width: 100%; width: 100%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment