mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 10:33:44 +03:00
Zippy performance optimization
This commit is contained in:
parent
a2beb2432d
commit
ed2a5b46e1
|
@ -10,6 +10,13 @@ $zippy-info-bg-color: rgba($zippy-info-color, .08);
|
|||
$zippy-redirect-color: #263238;
|
||||
$zippy-redirect-bg-color: rgba($zippy-redirect-color, .08);
|
||||
|
||||
:host {
|
||||
// performance optimization
|
||||
transform: translate3d(0, 0, 0);
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.zippy-title {
|
||||
padding: 10px;
|
||||
border-radius: 2px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user