mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Avoid generating unneeded scroll.
This commit is contained in:
parent
274be4932a
commit
2d5426391d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ footer.site-footer {
|
|||
bottom: 0;
|
||||
width: 100%;
|
||||
height: @footer-height;
|
||||
line-height: @footer-height;
|
||||
line-height: @footer-height - 1; // Hack — in Chrome, using @line-height would generate vertical scrolling
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in a new issue