Ryan Hartman

Results 26 comments of Ryan Hartman

[DrupalKernelInterface::prepareLegacyRequest](https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21DrupalKernelInterface.php/function/DrupalKernelInterface%3A%3AprepareLegacyRequest/8.9.x). > Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Use DrupalKernel::boot() and DrupalKernel::preHandle() instead.

This worked for me, just confirming.

I have tried all of the above configs, and ensured my ports are open with windows firewall (using wsl) and nothing is working.

Related to https://github.com/adchsm/Slidebars/issues/237

In relation to my site, and the other issue, this worked for me: ``` [canvas="container"] { overflow-y: visible !important; } body, html { overflow-y: visible !important; } ```

This works. Can confirm this makes Drupal play nicely.

Definitely comes down to use case. In my dealings I had to account for mixed content issues, it wasn't just moving a project from one url to another, it was...

Why is this closed? Adding !important is not a solution.

The fact that overflow is set to hidden on the body makes scrolling impossible even on desktop, at least on my site based on Bootstrap 3. We should look into...

I had this happen too, not for an env var, but a command parameter. In my case, I found that stopping and starting the container manually, via the web UI,...