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:
parent
6d41666df7
commit
176b262c3e
File diff suppressed because one or more lines are too long
@ -110,6 +110,11 @@ export default {
|
||||
height: 150px;
|
||||
width: 100%;
|
||||
}
|
||||
.full-view {
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
left: 0;
|
||||
}
|
||||
.iframe iframe {
|
||||
width: 100%;
|
||||
height: 80vh;
|
||||
|
@ -1,8 +1,6 @@
|
||||
<style>
|
||||
.full-view {
|
||||
position: absolute;
|
||||
top: 130px;
|
||||
left: 0;
|
||||
height: 80vh;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
|
Loading…
x
Reference in New Issue
Block a user