Commit 00842383 authored by Adam Barth's avatar Adam Barth

Remove more scrolling code from Sky

None of this code does anything anymore.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/878303002
parent 46334e2e
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:host { :host {
flex: 1; flex: 1;
box-shadow: inset 0px 0px 22px 2px rgba(22, 22, 22, 0.63); box-shadow: inset 0px 0px 22px 2px rgba(22, 22, 22, 0.63);
overflow: scroll; overflow: hidden;
} }
</style> </style>
<content></content> <content></content>
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
app-scrollable { app-scrollable {
flex: 1; flex: 1;
box-shadow: inset 0px 0px 22px 2px rgba(22, 22, 22, 0.63); box-shadow: inset 0px 0px 22px 2px rgba(22, 22, 22, 0.63);
overflow: scroll; overflow: hidden;
} }
app-panel { app-panel {
......
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