blob: 3e7c32a432cd2a57ca5dd9a1822a52814c2bc58a [file] [log] [blame]
/* Copyright 2025 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
/* #css_wrapper_metadata_start
* #type=style-lit
* #import=//resources/cr_elements/cr_shared_vars.css.js
* #scheme=relative
* #css_wrapper_metadata_end */
:host {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
}
#iframe {
border: 0;
margin: 0;
padding: 0;
flex: 1;
width: 100%;
height: 100%;
}