Skateside / pocket-grimoire

A mobile version of the Blood on the Clocktower grimoire
https://www.pocketgrimoire.co.uk
GNU General Public License v3.0
34 stars 14 forks source link

Rendering issue with character selection #97

Closed Skateside closed 6 months ago

Skateside commented 6 months ago

Ticks misaligned https://discord.com/channels/569683781800296501/1161203348897288252/1218989633527087195

netcall-jlo commented 6 months ago

Seems to be caused by the selector .tick-select__checkbox:checked + .tick-select__highlight - add display: block; to it and the rendering should be sorted.

netcall-jlo commented 6 months ago

Maybe add max-width: 100% to .dialog__content to fix rendering issues with scrollbars