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">
|
<footer className="m-8 text-sm text-muted">
|
||||||
<div className="flex flex-col items-center space-y-2">
|
<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">
|
<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">
|
<PopoverButton className="hover:text-foreground transition-colors">
|
||||||
Privacy info
|
Privacy info
|
||||||
</PopoverButton>
|
</PopoverButton>
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ export function PDFViewer({ zoomLevel }: PDFViewerProps) {
|
||||||
onLoadSuccess={(pdf) => {
|
onLoadSuccess={(pdf) => {
|
||||||
onDocumentLoadSuccess(pdf);
|
onDocumentLoadSuccess(pdf);
|
||||||
}}
|
}}
|
||||||
className="flex flex-col items-center m-0"
|
className="flex flex-col items-center m-0 z-0"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{viewType === 'scroll' ? (
|
{viewType === 'scroll' ? (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue