fix description popover overflowing the screen on mobile

This commit is contained in:
Henry Jameson 2026-05-19 20:39:58 +03:00
commit 59366c40d7

View file

@ -269,7 +269,9 @@
.description-popover {
padding: 1em;
width: 50ch;
max-width: 90vw;
overflow: hidden;
box-sizing: border-box;
summary {
display: inline-block;