KrystianKempski / DagoniteEmpire

A comprehensive tool for starting an online, text-based RPG campaign, enabling multiple players to start long-term games in an original, well-defined world.
https://dagonite-empire.drik.it/
1 stars 0 forks source link

Equipment table scrolls the whole page #3

Closed drikqlis closed 2 weeks ago

drikqlis commented 3 weeks ago

In character creation screen when adding existing items to equipment and scrolling, when table with equipment ends it starts to scroll the page underneath. This could be resolved by adding overscroll-behavior-y: contain; to the table.

Steps to reproduce:

  1. Go to Character list
  2. Add new character
  3. Go to Equipment table and click add existing
  4. Start scrolling till you get to the bottom.
KrystianKempski commented 3 weeks ago

I did added overscroll-behavior-y: contain; to tables, and behaviour didnt change. I will try again

drikqlis commented 3 weeks ago

I works for the equipment table itself correctly now, but this is about popup table that opens when you click "Add existing item".