Fix for context window showing under the flyout menu on mobile

This commit is contained in:
ebolam 2024-01-27 14:02:48 -05:00
parent d98c66a862
commit b5b83caf80
1 changed files with 1 additions and 1 deletions

View File

@ -3096,7 +3096,7 @@ body {
width: 100vw;
height: 100vh;
z-index: 20;
z-index: 100;
}
.popup-close {