cadilhac

Results 17 comments of cadilhac

Almost. The Close area is now empty but still occupies the same space. Setting the margin to 0 does not do it. Strangely, modifying your default margin in the css...

Thanks for this excellent support. I tried with the latest version but now it becomes more tricky. The className technique will work if I open a brand new colorbox. But...

Were you able to find a reason for this? Thanks.

I got it finally working. Azure was selecting a very old node version... However I still have a minor issue ([SO link](https://stackoverflow.com/questions/48550252/http-or-https-in-request-path-to-a-node-server-creates-an-error)). This requests creates error 500 and no error...

Thanks Rob. And if my web site is http, but I use `http://myserver.azurewebsites.net/www.remoteserver.com:443/query=john` it will do the trick, right?

Suggestion: In ServiceCollectionExtensions.AddRavenDbDocStore(this IServiceCollection services, Action options) Switch calls services.Configure(options); and services.ConfigureOptions(), otherwise, the settings are null in AddRavenDbDocStore's delegate.

Yes. Sorry, I had not been able to create a repro yet. And yes, I'm using MVC and was already creating the link in the controller as a workaround. Sad...

Note another similar issue: the context menu won't close if the mouse is outside it and I hit ESC.