A kind reminder we would like all registered users to weigh in on one of our forum's security policies.
Please take a moment to read this thread and place a vote.
https://forum.palemoon.org/viewtopic.php?f=17&t=32935

unscrollable container in hospital booking system https://app.tuotempo.com

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 841
Joined: 2014-09-01, 15:11
Location: Milan Italy

unscrollable container in hospital booking system https://app.tuotempo.com

Post by Lucio Chiappetti » 2025-11-17, 11:17

I am experiencing difficulties with Pale Moon in accessing an hospital booking system (last time I used it it did work).
No console errors.
The page in object is accessed from page https://www.hsr.it/prenotazioni/esami-l ... ospitalID= clicking on the first link EVITA LA CODA collegati cliccando qui. This leads to a choice selection page with a complex URL https://app.tuotempo.com/mop/index.php? ... /query/%26 (not sure if it could be accessed directly). Such page can be used by anybody (no login necessary) and leads through a menu, try e.g. the following selections
hsrchoice.png
Then press search and you'll get these results
hsrrresult.png
The point is that the results are placed in a window-container which cannot be scrolled to the bottom to access the choices at later hours.

Curiously enough (or nemesis ?), the site does not work at all with chrome (shows an empty page)
You do not have the required permissions to view the files attached to this post.
The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. (G.B. Shaw)

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38503
Joined: 2011-08-28, 17:27
Location: Sweden

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by Moonchild » 2025-11-17, 14:08

It doesn't look like it would be scrollable. Brave shows a link to "show more hours" at the bottom of the table which expands it, instead. That link isn't shown in your screenshot.
(currently not home so can't check Pale Moon)
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
adoxa
Astronaut
Astronaut
Posts: 534
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by adoxa » 2025-11-17, 14:28

I think it's something to do with the way flex is implemented. Here's a userstyle to remove the specified height and show a lot of times.

Code: Select all

@-moz-document domain("app.tuotempo.com") {
  .tt-availabilities-desktop {
    height: unset !important;
  }
}

Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 841
Joined: 2014-09-01, 15:11
Location: Milan Italy

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by Lucio Chiappetti » 2025-11-17, 16:43

Never used an user style before. Where should I place it ? in /chrome/userChrome.css ?
The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. (G.B. Shaw)

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38503
Joined: 2011-08-28, 17:27
Location: Sweden

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by Moonchild » 2025-11-17, 19:31

Webpage styling goes in userContent.css, not userChrome
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 841
Joined: 2014-09-01, 15:11
Location: Milan Italy

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by Lucio Chiappetti » 2025-11-17, 22:15

And I suspect userContent.css goes anyhow in the chrome subdir (I haven't any in my default historical profile, but see some chrome/userContent-example.css in old scratch profiles). Does anybody confirm ?
The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. (G.B. Shaw)

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5712
Joined: 2015-12-09, 15:45

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by moonbat » 2025-11-18, 02:38

Lucio Chiappetti wrote:
2025-11-17, 16:43
Never used an user style before. Where should I place it ? in /chrome/userChrome.css ?
You can also use Stylem, it's an extension similar to Greasemonkey but to inject user styles on specific webpages without having to mess around with userStyles.css.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

Lucio Chiappetti
Keeps coming back
Keeps coming back
Posts: 841
Joined: 2014-09-01, 15:11
Location: Milan Italy

Re: unscrollable container in hospital booking system https://app.tuotempo.com

Post by Lucio Chiappetti » 2025-11-18, 15:34

Thanks @adoxa, your solution works nicely.
(Pity I have no more need for it now and for a few momths to come for reasons irrelevant to explain :D)
The reasonable man adapts himself to the world: the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man. (G.B. Shaw)