fix: align textbox to bottom of the screen
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
71242d0543
commit
c2b06f40b4
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ router.beforeEach((to, from, next) => {
|
|||
}
|
||||
|
||||
#message-box {
|
||||
margin-top: auto; /* force it to the bottom of the screen */
|
||||
margin-bottom: 2dvh;
|
||||
margin-left: 1dvw;
|
||||
margin-right: 1dvw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue