mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-09-18 01:19:24 +00:00
Footer z axis fix
This commit is contained in:
parent
6dbaff5342
commit
7c79e1dd13
@ -24,7 +24,6 @@ export default function Footer({
|
|||||||
return (
|
return (
|
||||||
<div style={{
|
<div style={{
|
||||||
height: 'var(--footer-height)',
|
height: 'var(--footer-height)',
|
||||||
zIndex: 999999,
|
|
||||||
backgroundColor: 'var(--mantine-color-gray-1)',
|
backgroundColor: 'var(--mantine-color-gray-1)',
|
||||||
borderTop: '1px solid var(--mantine-color-gray-2)',
|
borderTop: '1px solid var(--mantine-color-gray-2)',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user