mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Prevent empty space before footer.
This commit is contained in:
parent
604a76759d
commit
48b8a536df
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ button {
|
|||
.block;
|
||||
}
|
||||
|
||||
#slideTo, #slideBack {
|
||||
// Force left & right pane height to 1px (prevent empty space before footer).
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
/*
|
||||
* The main part of the app
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue