mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix button placement in large modals
This commit is contained in:
parent
990f915f42
commit
ad348f91c9
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue