Loading...
 
Features / Usability

Features / Usability


Re: Info popup in Gallery shows huge box with longer descriptions

posts: 758 United States

Ok I fixed it, all I did was put the popover above at the top of the custom css like this. And it works now. Go figure

Copy to clipboard
.popover { max-width: 80% !important; } body { -webkit-box-shadow: inset 0 195px 0 0 rgba(0,0,0,1); -moz-box-shadow: inset 0 195px 0 0 rgba(0,0,0,1); box-shadow: inset 0 195px 0 0 rgba(0,0,0,1); }
There are no comments at this time.