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>