center pdfs

To correctly center the pdfs inside of the scrollable div we need a wrapper, ideally the 'safe center' flex-direction would be used, but this is not yet supported by most browsers.
This commit is contained in:
jordy
2023-04-22 19:26:42 +02:00
parent 9da29bf99a
commit a44fc62fee
2 changed files with 23 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ body {
}
#pages-container {
#pages-container-wrapper {
--background-color: rgba(255, 255, 255, 0.046) !important;
--scroll-bar-color: #4c4c4c !important;
--scroll-bar-thumb: #d3d3d3 !important;