Fix z-indexes
This commit is contained in:
parent
84f530f4cc
commit
7ae0dfd80a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ export function Footer() {
|
|||
<footer className="m-8 text-sm text-muted">
|
||||
<div className="flex flex-col items-center space-y-2">
|
||||
<div className="flex flex-wrap sm:flex-nowrap items-center justify-center text-center sm:space-x-3">
|
||||
<Popover className="flex relative">
|
||||
<Popover className="flex">
|
||||
<PopoverButton className="hover:text-foreground transition-colors">
|
||||
Privacy info
|
||||
</PopoverButton>
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@ export function PDFViewer({ zoomLevel }: PDFViewerProps) {
|
|||
onLoadSuccess={(pdf) => {
|
||||
onDocumentLoadSuccess(pdf);
|
||||
}}
|
||||
className="flex flex-col items-center m-0"
|
||||
className="flex flex-col items-center m-0 z-0"
|
||||
>
|
||||
<div>
|
||||
{viewType === 'scroll' ? (
|
||||
|
|
|
|||
Loading…
Reference in a new issue