Update z-index values in DialogWidget and OverviewView components to improve layout stacking context and ensure proper element visibility.
This commit is contained in:
@@ -404,6 +404,8 @@ export default {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
|
||||
Reference in New Issue
Block a user