mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
fixing micro scrolling in layout
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
|
||||
}
|
||||
|
||||
<div style="height: 100vh;">
|
||||
|
||||
|
||||
@if (loading)
|
||||
{
|
||||
<Spinner />
|
||||
@@ -46,7 +49,7 @@
|
||||
|
||||
@if (planner.LocalCourse != null)
|
||||
{
|
||||
<div class="mb-3 d-flex justify-content-between" style="height: 4em;">
|
||||
<div class="pb-3 d-flex justify-content-between" style="height: 4em;">
|
||||
<div class="my-auto">
|
||||
<button @onclick="selectNewCourse" class="btn btn-primary">
|
||||
Select New Course
|
||||
@@ -73,4 +76,5 @@
|
||||
</div>
|
||||
<CourseDetails />
|
||||
}
|
||||
<br>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user