Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jun 26, 2024
1 parent eefd313 commit 18594a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/scroll-header/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm install @rdlabo/ionic-angular-scroll-header
```

And import CSS for directive:
```diff:scss
```diff
+ @import '@rdlabo/ionic-angular-scroll-header/css/scroll-header.directive.css';

+ /* If you use cdk virtual scroll */
Expand Down Expand Up @@ -93,7 +93,7 @@ But I preferred to explicitly set up ion-header and ion-toolbar for safe-area.

it is possible: by adding `native-header` to the class name, you can have two Headers more smoothly.

```diff:html
```diff
- <ion-header class="hidden"><ion-toolbar></ion-toolbar></ion-header>
+ <ion-header class="native-header">
+ <ion-toolbar><ion-title>Native Header</ion-title></ion-toolbar>
Expand Down

0 comments on commit 18594a5

Please sign in to comment.