From ad348f91c98e4d0cdac6f2fd40f81837cd8d778d Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 12 Aug 2021 22:31:28 +0200 Subject: [PATCH] fix button placement in large modals --- copyparty/web/ui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/copyparty/web/ui.css b/copyparty/web/ui.css index c69e4872..8c833ced 100644 --- a/copyparty/web/ui.css +++ b/copyparty/web/ui.css @@ -146,6 +146,7 @@ html.light #tt em { text-align: center; } #modalc { + position: relative; display: inline-block; background: #f7f7f7; color: #333; @@ -165,8 +166,11 @@ html.light #tt em { } } #modalb { + position: sticky; text-align: right; padding-top: 1em; + bottom: 0; + right: 0; } #modalb a { color: #000;