style: footer tweaking

This commit is contained in:
2024-11-29 21:46:56 +01:00
parent 6e51e1c350
commit c386045b28
3 changed files with 36 additions and 12 deletions

View File

@@ -2,6 +2,22 @@
@tailwind components;
@tailwind utilities;
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
overscroll-behavior: none;
width: 100%;
position: relative;
}
#root,
#__next {
overflow-x: hidden;
width: 100%;
}
@layer base {
:root {
--background: 0 0% 100%;