blob: dda571fca479638d3688c9dfa4ab6c5ed77f825a [file] [log] [blame]
/* Copyright 2013 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
html,
body,
iframe {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
iframe {
overflow: hidden;
}
webview {
display: inline-block;
height: 300px;
width: 300px;
}