mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
Avoid generating unneeded scroll.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user