mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 10:20:49 -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;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: @footer-height;
|
height: @footer-height;
|
||||||
line-height: @footer-height;
|
line-height: @footer-height - 1; // Hack — in Chrome, using @line-height would generate vertical scrolling
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
Loading…
Reference in a new issue