| 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 */ | |
| } |
| 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 */ | |
| } |