Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-04 01:13:56 +01:00 committed by GitHub
parent 39ff0c5bd3
commit 9063412a16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,16 @@
footer .footer-section-content {
background-image: url(https://www.uni-bremen.de/typo3conf/ext/package/Resources/Public/Images/Backgrounds/uhb_background_footer.png);
}
.nav .toc-class {
position: fixed;
top: 10px; /* Adjust as needed */
right: 10px; /* Adjust as needed */
width: 200px; /* Adjust as needed */
height: 100%;
overflow: auto;
}
</style>
</head>