Hopefully this fixes all the overflow issues.
This commit is contained in:
parent
32aa03a410
commit
9882b5461e
|
@ -61,7 +61,11 @@ a:hover {
|
||||||
background-color: #3b3b3b;
|
background-color: #3b3b3b;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
box-sizing: border-box;
|
||||||
border-radius: 5px 5px 0px 0px;
|
border-radius: 5px 5px 0px 0px;
|
||||||
|
max-height: 75vh;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
|
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue