From 2cfb1095bb5e1241884d21645def7f218da9ab06 Mon Sep 17 00:00:00 2001 From: maxiwee69 Date: Sat, 30 Dec 2023 14:18:31 +0100 Subject: [PATCH] fixed the scrolling disabled 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 --- learntotweak/aarch64/style.css | 2 +- learntotweak/step1/style.css | 2 +- learntotweak/step2/style.css | 2 +- learntotweak/step3/style.css | 2 +- learntotweak/style.css | 2 +- projects/style.css | 4 ++-- style.css | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/learntotweak/aarch64/style.css b/learntotweak/aarch64/style.css index 9fd2273..6e1640b 100644 --- a/learntotweak/aarch64/style.css +++ b/learntotweak/aarch64/style.css @@ -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 */ diff --git a/learntotweak/step1/style.css b/learntotweak/step1/style.css index ad200bb..be979b8 100644 --- a/learntotweak/step1/style.css +++ b/learntotweak/step1/style.css @@ -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 */ diff --git a/learntotweak/step2/style.css b/learntotweak/step2/style.css index 9fd2273..6e1640b 100644 --- a/learntotweak/step2/style.css +++ b/learntotweak/step2/style.css @@ -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 */ diff --git a/learntotweak/step3/style.css b/learntotweak/step3/style.css index 9fd2273..6e1640b 100644 --- a/learntotweak/step3/style.css +++ b/learntotweak/step3/style.css @@ -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 */ diff --git a/learntotweak/style.css b/learntotweak/style.css index b62e839..829a44a 100644 --- a/learntotweak/style.css +++ b/learntotweak/style.css @@ -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; } diff --git a/projects/style.css b/projects/style.css index 520ad72..680b9de 100644 --- a/projects/style.css +++ b/projects/style.css @@ -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); } @@ -13,7 +13,7 @@ body { /* Navigation bar styles */ .topnav { - overflow: hidden; + ; background-color: #e2e2e2; position: fixed; top: 0; diff --git a/style.css b/style.css index eb65181..d66a7dd 100755 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ html { /* Navigation bar styles */ .topnav { - overflow: hidden; + ; background-color: ##CDCDCD; position: fixed; top: 0;