mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Changed 'z-index' of NavBar component
This commit is contained in:
parent
c4d3fe78a4
commit
91d744af2a
1 changed files with 4 additions and 0 deletions
|
@ -225,6 +225,10 @@ export default {
|
|||
@apply mx-1;
|
||||
}
|
||||
|
||||
.fixed {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 848px) {
|
||||
#search-btn {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue