11 lines
131 B
CSS
11 lines
131 B
CSS
/* SMTG Extra */
|
|
|
|
body {
|
|
overflow: auto;
|
|
}
|
|
|
|
div.contents {
|
|
overflow: auto;
|
|
max-height: 100vh; /* Adjust as needed */
|
|
}
|