Remove more scrolling code from Sky

None of this code does anything anymore.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/878303002
This commit is contained in:
Adam Barth 2015-01-27 15:20:14 -08:00
parent 46334e2e32
commit 00842383fd
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
:host {
flex: 1;
box-shadow: inset 0px 0px 22px 2px rgba(22, 22, 22, 0.63);
overflow: scroll;
overflow: hidden;
}
</style>
<content></content>

View File

@ -52,7 +52,7 @@
app-scrollable {
flex: 1;
box-shadow: inset 0px 0px 22px 2px rgba(22, 22, 22, 0.63);
overflow: scroll;
overflow: hidden;
}
app-panel {