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 {
|
.description-popover {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
width: 50ch;
|
width: 50ch;
|
||||||
|
max-width: 90vw;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
summary {
|
summary {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue