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

app calendar view: make sure its zindex is set to appear on top of other body

This commit is contained in:
Ivan Velev 2021-09-06 15:18:24 -07:00
parent 75a1cc3ffd
commit 0820ab2290
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
<style>
.full-view {
position: absolute;
z-index: 10;
height: 80vh;
width: 100%;
background-color: white;