The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

2 Pages V < 1 2  
Reply to this topicStart new topic
> how to scroll the element belong to a group?
Christian J
post Feb 14 2023, 10:34 AM
Post #21


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



QUOTE(pandy @ Feb 13 2023, 08:32 PM) *

It's normal page scroll for pete's sake. What are you guys on about? Do mean some other scrolling than the one I see?

We don't mean the viewport scrollbar, mean the DIV's "overflow: auto" scrollbar. laugh.gif
User is online!PM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Feb 14 2023, 01:55 PM
Post #22


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,733
Joined: 9-August 06
Member No.: 6



Can't help I have a bigger screen than you. I only saw one scrollbar. cool.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ericsia
post Feb 16 2023, 09:34 AM
Post #23


Newbie
*

Group: Members
Posts: 11
Joined: 12-February 23
Member No.: 28,805



QUOTE(coothead @ Feb 14 2023, 09:14 AM) *

QUOTE(ericsia @ Feb 14 2023, 11:27 AM) *

. For a moment I thought yours is the solution, but
. now our mouse is on onesss it don't scroll thought.


I thought that you only wanted scroll wheel effect on the blue/red thingy. IPB Image

No problem. IPB Image

Just make a return journey to these little buggers...voilà, the mouse wheel will work with what was wanted by you. IPB Image

coothead

thank you for your answer, I found the problem.
The reason it don't scroll is because the main css have`display: flex;` property

This post has been edited by ericsia: Feb 16 2023, 09:35 AM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
coothead
post Feb 16 2023, 09:47 AM
Post #24


Advanced Member
****

Group: Members
Posts: 206
Joined: 12-January 23
From: chertsey, a small town 25 miles south west of london, england
Member No.: 28,743



QUOTE(ericsia @ Feb 16 2023, 02:34 PM) *

. The reason it don't scroll tis because the main css have`display: flex;` property



That is not true. IPB Image

The problem was solved, in my code, by changing this...
CODE

#msg:hover + #one,
#msg:active + #one {
   padding-bottom: 50vh;
   height: auto;
}

... to this...
CODE

#one:hover,
#msg:hover + #one,
#msg:active + #one {
   padding-bottom: 50vh;
   height: auto;
}


coothead
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
ericsia
post Feb 16 2023, 12:39 PM
Post #25


Newbie
*

Group: Members
Posts: 11
Joined: 12-February 23
Member No.: 28,805



QUOTE(coothead @ Feb 16 2023, 09:47 AM) *

QUOTE(ericsia @ Feb 16 2023, 02:34 PM) *

. The reason it don't scroll tis because the main css have`display: flex;` property



That is not true. IPB Image

The problem was solved, in my code, by changing this...
CODE

#msg:hover + #one,
#msg:active + #one {
   padding-bottom: 50vh;
   height: auto;
}

... to this...
CODE

#one:hover,
#msg:hover + #one,
#msg:active + #one {
   padding-bottom: 50vh;
   height: auto;
}


coothead

I mean mine css
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

2 Pages V < 1 2
Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 27th April 2024 - 04:11 PM