added new logout button and fixed pdf viewing

This commit is contained in:
2025-08-14 11:10:09 +02:00
parent 1c2a0416bb
commit 7ef49b4924
4 changed files with 35 additions and 6 deletions
@@ -179,6 +179,21 @@
background-color: white;
}
.tt-fullscreen-pdf-standalone-container {
width: calc(100vw - 40px);
height: calc(100vh - 40px);
overflow: scroll; /* or 'auto' - This is the key change! */
background-color: #555; /* A background for the scroll area */
text-align: center; /* Helps center the canvas if it's smaller than the container */
}
.tt-fullscreen-pdf-standalone {
border: none;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
margin: 20px 0; /* Add some vertical margin for spacing */
}
.tt-fullscreen-nav-btn {
position: absolute;
top: 50%;