Skip to content

Commit

Permalink
fixed the scrolling disabled
Browse files Browse the repository at this point in the history
	modified:   learntotweak/aarch64/style.css
	modified:   learntotweak/step1/style.css
	modified:   learntotweak/step2/style.css
	modified:   learntotweak/step3/style.css
	modified:   learntotweak/style.css
	modified:   projects/style.css
	modified:   style.css
  • Loading branch information
maxiwee69 committed Dec 30, 2023
1 parent 86e99d1 commit 2cfb109
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion learntotweak/aarch64/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
overflow-x: hidden;
flex-direction: column;
background-color: #1a1a2e; /* Softer dark blue */
color: #e0e0e0; /* Lighter text color */
Expand Down
2 changes: 1 addition & 1 deletion learntotweak/step1/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
overflow-x: hidden;
flex-direction: column;
background-color: #1a1a2e; /* Softer dark blue */
color: #e0e0e0; /* Lighter text color */
Expand Down
2 changes: 1 addition & 1 deletion learntotweak/step2/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
overflow-x: hidden;
flex-direction: column;
background-color: #1a1a2e; /* Softer dark blue */
color: #e0e0e0; /* Lighter text color */
Expand Down
2 changes: 1 addition & 1 deletion learntotweak/step3/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body {
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
overflow: hidden;
overflow-x: hidden;
flex-direction: column;
background-color: #1a1a2e; /* Softer dark blue */
color: #e0e0e0; /* Lighter text color */
Expand Down
2 changes: 1 addition & 1 deletion learntotweak/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body {
font-family: 'Roboto', sans-serif;
flex-direction: column;
background-color: #000033; /* Dark blue */
overflow: hidden;
overflow-x: hidden;
color: #fff; /* White text for contrast */
line-height: 1.5;
}
Expand Down
4 changes: 2 additions & 2 deletions projects/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
body {
margin: 0;
font-family: Arial, sans-serif;
overflow: hidden;
;
flex-direction: column;
background-image: linear-gradient(to top, #404040, #e7e7e7);
}
Expand All @@ -13,7 +13,7 @@ body {

/* Navigation bar styles */
.topnav {
overflow: hidden;
;
background-color: #e2e2e2;
position: fixed;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html {

/* Navigation bar styles */
.topnav {
overflow: hidden;
;
background-color: ##CDCDCD;
position: fixed;
top: 0;
Expand Down

0 comments on commit 2cfb109

Please sign in to comment.