Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
fix: remove elevation from nav bar
Browse files Browse the repository at this point in the history
The nav bar wasn't meant to have an elevation, it just wasn't working prior to a fix earlier today.
  • Loading branch information
crisbeto committed Jun 13, 2024
1 parent e661189 commit 47f0752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/app/material-docs-app.html

This file was deleted.

6 changes: 5 additions & 1 deletion src/app/material-docs-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ import {CookiePopup} from './shared/cookie-popup/cookie-popup';

@Component({
selector: 'material-docs-app',
templateUrl: './material-docs-app.html',
template: `
<app-cookie-popup/>
<app-navbar/>
<router-outlet/>
`,
styleUrls: ['./material-docs-app.scss'],
encapsulation: ViewEncapsulation.None,
standalone: true,
Expand Down

0 comments on commit 47f0752

Please sign in to comment.