Sign in
chromium
/
chromium
/
src
/
lkgr-ios-internal
/
.
/
chrome
/
browser
/
resources
/
pdf
/
pdf_viewer_shared_style.html
blob: 91c5e5dc9e7b31be39efa874975af46fc840f75c [
file
] [
log
] [
blame
]
<template>
<style>
#
content
{
height
:
100%
;
position
:
fixed
;
width
:
100%
;
z-index
:
1
;
}
#
plugin
{
height
:
100%
;
position
:
absolute
;
width
:
100%
;
}
#
sizer
{
position
:
absolute
;
z-index
:
0
;
}
</style>
</template>