1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

vue app: move full/calendar view to not overlap banner

This commit is contained in:
Ivan Velev 2021-09-06 14:20:10 -07:00
parent 6d41666df7
commit 176b262c3e
3 changed files with 11 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -110,6 +110,11 @@ export default {
height: 150px;
width: 100%;
}
.full-view {
position: absolute;
top: 150px;
left: 0;
}
.iframe iframe {
width: 100%;
height: 80vh;

View File

@ -1,8 +1,6 @@
<style>
.full-view {
position: absolute;
top: 130px;
left: 0;
height: 80vh;
width: 100%;
background-color: white;