Fixed popover overriding max width

This commit is contained in:
romancm 2019-05-16 22:50:11 -07:00
parent 5ce73534bd
commit 0f20550869

View file

@ -155,6 +155,7 @@ export default {
&.large {
width: 780px;
max-width: 100% !important;
@media($small) {
max-width: 90vw;