We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476c3ff commit 0a0a209Copy full SHA for 0a0a209
1 file changed
src/app/planet/page.tsx
@@ -558,6 +558,7 @@ const Layout = styled.div`
558
gap: 10px;
559
padding: 20px 0px 0px 0px;
560
position: relative;
561
+ background-color: ${theme.colors.bg};
562
563
::-webkit-scrollbar {
564
display: none;
@@ -668,7 +669,6 @@ const BottomWrapper = styled.div`
668
669
const LoaderContainer = styled.div`
670
width: 100%;
671
height: 100%;
- min-height: 600px;
672
display: flex;
673
align-items: center;
674
justify-content: center;
0 commit comments