AOSSIE-Org / AOSSIE-Org/EduAid
Unwanted Vertical Scrollbar Appears on All Pages
- Ngôn ngữ chính
- JavaScript
- Star
- 171
- Fork
- 423
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
# Global UI Issue: Unwanted Vertical Scrollbar (EduAid)
## Overview
A vertical scrollbar appears on **all EduAid pages** even when the content does not overflow the viewport. This breaks the intended full-screen layout and negatively impacts the overall user experience.
The issue is **global** and reproducible across all routes (for example, `/question-type`).
---
## Expected Behavior
- Pages should fit entirely within the viewport.
- Scrollbars should appear only when content actually overflows.
- A consistent full-screen layout should be maintained across all pages.
---
## Actual Behavior
- A vertical scrollbar is always visible.
- Extra empty space appears below the main content.
- Page height exceeds the viewport unnecessarily.
---
## Scope
- **Affects:** All pages
- **Type:** Global UI / Layout issue
---
## Possible Causes
- `height: 100vh` used together with padding or margins
- Global layout wrapper exceeding viewport height
- Missing CSS reset on `html` and `body`
- Footer or fixed-position elements pushing content downward
---
## Attachments
Screenshots attached showing:
- Persistent scrollbar
- Extra spacing below primary UI content
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.