Clear header to access buttons

i would have to see all your codes there… maybe some of them are overruling this one

The rest of the code:



[data-test="glide-app-bar"]{
z-index:2;
}


.fab-target >:nth-child(1) {
position: fixed;
height:38px;
width: 55px;
top: 10px ;
right: 2%;
}

with pre span style at the top but they didn’t show in the post

I assume, you just create this app… I tried to do it with a new app… and I could not do it!

Glide must change something… so I made a new code… try it:

<pre><span><style> 

[data-test="glide-app-bar"]{
visibility:hidden !important;
}

[data-test="nav-button-menu"]{
visibility:visible!important
}

.fab-target >:nth-child(1) {
position: fixed;
height:38px;
width: 55px;
top: 60px ;
right: 2%;
}

Works perfect thank you for that.

Can I ask what the !important part does?

it overrules main rules

Crazy, I appreciate your support on this one

1 Like