alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix: css module
author
Pouria Delfanazari
date
10 months ago
(Sep 25, 2025, 11:26 AM -0700)
commit
2327b157
2327b157d559dce9cba68ebf2ef084e7ec681bbe
parent
2986a9fc
2986a9fc3cb20fb9992c75bc95a3ef4503e528bf
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
src
webapp
app
layout.tsx
styles
global.module.css
+1
-1
src/webapp/app/layout.tsx
View file
Reviewed
···
31
31
<head>
32
32
<ColorSchemeScript />
33
33
</head>
34
34
-
<body className={GlobalStyles.body}>
34
34
+
<body className={GlobalStyles.main}>
35
35
<Providers>{children}</Providers>
36
36
<Analytics />
37
37
</body>
+1
-1
src/webapp/styles/global.module.css
View file
Reviewed
···
1
1
-
body {
1
1
+
.main {
2
2
overscroll-behavior: none;
3
3
}