demo: fijar el toggleable
This commit is contained in:
parent
cb3c12541b
commit
cf868a92e9
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
||||||
pre {
|
pre {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
summary {
|
||||||
|
position: sticky;
|
||||||
|
top: 0px;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<label for="token-input">Access token: </label>
|
<label for="token-input">Access token: </label>
|
||||||
|
|
Loading…
Reference in a new issue