Fixes Minor Responsiveness Issues
This commit is contained in:
@@ -12,7 +12,7 @@ export class HomeComponent {
|
||||
element.scrollIntoView({
|
||||
behavior: "smooth",
|
||||
block: "start",
|
||||
inline: "nearest"
|
||||
inline: "start"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user