diff --git a/theme/index.hbs b/theme/index.hbs index bd4ec8e..89ff76a 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -65,7 +65,7 @@ width: 100%; height: 100%; border: none; - background-color: white; + background-color: rgb(34, 34, 34); box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2); z-index: 1000; overflow-y: auto; @@ -75,6 +75,7 @@ } .popup-window iframe { + background-color: rgb(34, 34, 34); width: 500px; height: 100vh; /* Use viewport height to fill the height of the window */ @@ -85,6 +86,14 @@ right: calc(-100% + 500px); /* Slide the window into view */ } + + #pFrame { + background-color: rgb(34, 34, 34); + width: 500px; + height: 100vh; + /* Use viewport height to fill the height of the window */ + border: none; + } @@ -280,7 +289,7 @@ @@ -394,15 +403,26 @@ {{/if}} {{/if}} + + +