We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2887342 commit eb747cfCopy full SHA for eb747cf
packages/web/src/components/background-animations/BackgroundWaves.js
@@ -104,7 +104,7 @@ const BackgroundWaves = (props) => {
104
ref={canvasRef}
105
className={cn({ [props.className]: !!props.className })}
106
style={{
107
- position: 'absolute',
+ position: 'fixed',
108
top: 0,
109
left: 0,
110
background:
packages/web/src/pages/sign-on/components/desktop/SignOn.module.css
@@ -43,6 +43,12 @@
43
max-width: 1250px !important;
44
}
45
46
+:global(#mainContent) > .pageContainer {
47
+ position: fixed;
48
+ bottom: 0;
49
+ overflow-y: auto;
50
+}
51
+
52
.pageContainer {
53
min-height: 100vh;
54
display: flex;
0 commit comments