FSOC-OSS / FSOC-OSS/FSOC.V1

scroll top btn visibility

Open
#154 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
0
Forks
30
PR merge metrics
No merged PRs in 30d

Description

modified code

.scrolltop {
position: fixed;
right: 1rem;
bottom: 1.5rem;
display: flex;
justify-content: center;
align-items: center;
padding: .6rem;
background: rgba(6,156,84,.8);
border-radius: .4rem;
z-index: var(--z-tooltip);
transition: .3s ease-in-out;
visibility: visible;
opacity: 0;
}

.show-scroll {
opacity: 1;
}

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the stylesheet containing the .scrolltop and .show-scroll rules, then inspect the scroll-top button's behavior in the browser. The issue does not name a file, expected visibility behavior, or test; done should be defined by confirming the intended button visibility after clarifying the requirement.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.