mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
perf(gesture): lazy loaded dynamic ES module
This commit is contained in:
@ -43,16 +43,6 @@ The mode determines which platform styles to use.
|
||||
Possible values are: `"ios"` or `"md"`.
|
||||
|
||||
|
||||
#### translucent
|
||||
|
||||
boolean
|
||||
|
||||
If true, the toolbar will be translucent.
|
||||
Note: In order to scroll content behind the toolbar, the `fullscreen`
|
||||
attribute needs to be set on the content.
|
||||
Defaults to `false`.
|
||||
|
||||
|
||||
## Attributes
|
||||
|
||||
#### color
|
||||
@ -72,16 +62,6 @@ The mode determines which platform styles to use.
|
||||
Possible values are: `"ios"` or `"md"`.
|
||||
|
||||
|
||||
#### translucent
|
||||
|
||||
boolean
|
||||
|
||||
If true, the toolbar will be translucent.
|
||||
Note: In order to scroll content behind the toolbar, the `fullscreen`
|
||||
attribute needs to be set on the content.
|
||||
Defaults to `false`.
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
||||
|
@ -45,6 +45,8 @@
|
||||
contain: content;
|
||||
overflow: hidden;
|
||||
z-index: $z-index-toolbar;
|
||||
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
// Transparent Toolbar
|
||||
|
Reference in New Issue
Block a user