mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
Fix: Position fixed highlight
This commit is contained in:
@@ -8,4 +8,9 @@ html {
|
||||
}
|
||||
.border {
|
||||
border: 15px solid #fff;
|
||||
}
|
||||
.fixed-footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user