moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

When removing a container, confirmation dialog falls under header #71

Closed itzg closed 8 years ago

itzg commented 8 years ago

image

danpolanco commented 8 years ago

I believe adding:

  .modal {
    top: 10%;
  }

To theme.scss -> theme will fix it.

screen shot 2016-01-31 at 9 29 38 pm

itzg commented 8 years ago

Cool, I was hoping just a CSS offset tweak would do it.