mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-14 22:55:29 +02:00
refactor: migrate the frontend from AngularJS to Vue 3
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -201,9 +201,10 @@ body {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
/* Angular removes the ng-view attribute after compiling the route. Target the
|
||||
element so it remains the scroll container below the fixed-height header. */
|
||||
ng-view {
|
||||
/* Keep the route view as the scroll container below the header. */
|
||||
#app { flex: 1 1 auto; min-height: 0; }
|
||||
.app-header { flex: 0 0 auto; }
|
||||
.app-view {
|
||||
display: block;
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
|
||||
Reference in New Issue
Block a user