fix description popover overflowing the screen on mobile
This commit is contained in:
parent
0c2229eeed
commit
59366c40d7
1 changed files with 2 additions and 0 deletions
|
|
@ -269,7 +269,9 @@
|
|||
.description-popover {
|
||||
padding: 1em;
|
||||
width: 50ch;
|
||||
max-width: 90vw;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
|
||||
summary {
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue