From f48612938915b3a6fc822170e361943573853741 Mon Sep 17 00:00:00 2001 From: Charandeep Date: Thu, 8 Feb 2024 09:25:43 +0530 Subject: [PATCH] width fix --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 9532333..cf84b7a 100644 --- a/script.js +++ b/script.js @@ -246,7 +246,7 @@ function changeScroll(isOn) { function setHeightWidthForFixed() { baniSection.style.height = (window.innerHeight * 0.85) + "px"; - baniSection.style.width = (window.innerWidth * 0.98) + "px"; + // baniSection.style.width = (window.innerWidth * 0.98) + "px"; const configBottomElm = document.getElementsByClassName("configBottom")[0]; configBottomElm.style.height = (window.innerHeight * 0.1) + "px"; configBottomElm.style.marginBottom = (window.innerHeight * 0.07) + "px";