webui-aria2/css/style.css
2013-01-15 16:19:26 +05:00

10 lines
151 B
CSS

/* fix modal overflow on low resolutions */
.modal {
position: absolute;
}
@media all and (min-width: 980px) {
body {
padding-top: 60px;
}
}