added new logout button and fixed pdf viewing
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user