fix(settings): fixing header in mobile settings

This commit is contained in:
trashtemp
2021-12-27 15:58:30 +01:00
parent 356291cc4f
commit 32182b1803
2 changed files with 2 additions and 9 deletions

View File

@@ -35,16 +35,9 @@ const Header = styled.div<Props>`
background-color: rgba(54, 54, 54, 0.75);
backdrop-filter: blur(10px);
z-index: 20;
position: absolute;
width: 100%;
/*> div {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}*/
svg {
flex-shrink: 0;
}