fix button placement in large modals

This commit is contained in:
ed 2021-08-12 22:31:28 +02:00
parent 990f915f42
commit ad348f91c9

View file

@ -146,6 +146,7 @@ html.light #tt em {
text-align: center; text-align: center;
} }
#modalc { #modalc {
position: relative;
display: inline-block; display: inline-block;
background: #f7f7f7; background: #f7f7f7;
color: #333; color: #333;
@ -165,8 +166,11 @@ html.light #tt em {
} }
} }
#modalb { #modalb {
position: sticky;
text-align: right; text-align: right;
padding-top: 1em; padding-top: 1em;
bottom: 0;
right: 0;
} }
#modalb a { #modalb a {
color: #000; color: #000;