Fix GameTooltip blocking issue and translate Found string
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
flex-direction: column;
|
||||
padding: 1.5rem;
|
||||
overflow: hidden;
|
||||
background: var(--game-bg-app);
|
||||
}
|
||||
|
||||
.inventory-search-bar {
|
||||
@@ -240,6 +241,8 @@
|
||||
border-radius: var(--game-radius-md);
|
||||
margin-bottom: 1.5rem;
|
||||
color: var(--game-text-primary);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.inventory-search-bar input {
|
||||
|
||||
Reference in New Issue
Block a user