ssb: Make the tab bar stay on top of the content. Weird, the random things that were showing up on top.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m35s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 15m35s
This commit is contained in:
@ -380,7 +380,7 @@ class TfElement extends LitElement {
|
||||
};
|
||||
|
||||
let tabs = html`
|
||||
<div class="w3-bar w3-theme-l1" style="position: sticky; top: 0">
|
||||
<div class="w3-bar w3-theme-l1" style="position: sticky; top: 0; z-index: 10">
|
||||
<button
|
||||
class="w3-bar-item w3-button w3-circle w3-ripple"
|
||||
@click=${this.refresh}
|
||||
|
Reference in New Issue
Block a user