blob: 040547bf1795628522ea2ee6cb3326319e8bd186 [file] [log] [blame]
<!doctype html>
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<title>Omnibox Popup</title>
<link rel="stylesheet" href="//resources/css/text_defaults_md.css">
<link rel="stylesheet" href="chrome://theme/colors.css?sets=ui,chrome">
<style>
html {
height: auto;
overflow: hidden;
/* Note: Needed to prevent a horizontal scrollbar when this UI is shown
via OmniboxPopupPresenter (not reproducible in a tab). */
max-width: 100vw;
}
body {
background-color: var(--color-omnibox-results-background);
height: auto;
margin: 0;
overflow: hidden;
}
</style>
</head>
<body>
<omnibox-popup-app></omnibox-popup-app>
</body>
<script type="module" src="omnibox_popup.js"></script>
</html>