File size: 221 Bytes
bfbb419 |
1 2 3 4 5 6 7 8 9 |
div[data-testid="stForm"] {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 10px;
background-color: #f0f0f0; /* Adjust as needed */
border-top: 1px solid #ddd; /* Adjust as needed */
} |