mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
Fixed popover overriding max width
This commit is contained in:
parent
5ce73534bd
commit
0f20550869
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ export default {
|
|||
|
||||
&.large {
|
||||
width: 780px;
|
||||
max-width: 100% !important;
|
||||
|
||||
@media($small) {
|
||||
max-width: 90vw;
|
||||
|
|
Loading…
Reference in a new issue