From f7a7b54c2483c4ba30376cbf3a79deaad7f59c13 Mon Sep 17 00:00:00 2001 From: FallenGravity Date: Sun, 13 Oct 2019 16:03:22 +0200 Subject: [PATCH] A usable implementation --- .../plugins/bootstrap/css/bootstrap.css | 8 +- assets/styles/materialize.min.css | 3 +- assets/templates/uploads.html | 85 +++++++++---------- 3 files changed, 41 insertions(+), 55 deletions(-) diff --git a/assets/dashboard/plugins/bootstrap/css/bootstrap.css b/assets/dashboard/plugins/bootstrap/css/bootstrap.css index a7172a5..a23c84d 100644 --- a/assets/dashboard/plugins/bootstrap/css/bootstrap.css +++ b/assets/dashboard/plugins/bootstrap/css/bootstrap.css @@ -5877,7 +5877,6 @@ button.close { left: 0; z-index: 1050; display: none; - overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } @@ -5896,10 +5895,8 @@ button.close { -o-transform: translate(0, 0); transform: translate(0, 0); } -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} +.modal-open .modal {} + .modal-dialog { position: relative; width: auto; @@ -5957,7 +5954,6 @@ button.close { border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { - margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn + .btn { diff --git a/assets/styles/materialize.min.css b/assets/styles/materialize.min.css index 1e0b52d..b8416dc 100755 --- a/assets/styles/materialize.min.css +++ b/assets/styles/materialize.min.css @@ -5605,7 +5605,7 @@ body.keyboard-focused .dropdown-content li:focus { left: 0; right: 0; padding: 0; - max-height: 70%; + max-height: 100%; width: 55%; margin: auto; overflow-y: auto; @@ -5637,7 +5637,6 @@ body.keyboard-focused .dropdown-content li:focus { .modal .modal-footer { border-radius: 0 0 2px 2px; - background-color: #fafafa; padding: 4px 6px; height: 56px; width: 100%; diff --git a/assets/templates/uploads.html b/assets/templates/uploads.html index 24f10d1..0099622 100644 --- a/assets/templates/uploads.html +++ b/assets/templates/uploads.html @@ -219,30 +219,30 @@ + +