webui-aria2/css/style.css

10 lines
151 B
CSS
Raw Normal View History

2013-01-15 12:19:26 +01:00
/* fix modal overflow on low resolutions */
.modal {
position: absolute;
}
@media all and (min-width: 980px) {
body {
padding-top: 60px;
}
}