feat: add dropdown to select preview port (#17)

This commit is contained in:
Connor Fogarty
2024-08-20 02:17:34 -05:00
committed by GitHub
parent 5f06f508cd
commit f55b4e5ab9
4 changed files with 140 additions and 6 deletions

View File

@@ -8,6 +8,14 @@ $zIndexMax: 999;
z-index: $zIndexMax - 2;
}
.z-port-dropdown {
z-index: $zIndexMax - 3;
}
.z-iframe-overlay {
z-index: $zIndexMax - 4;
}
.z-prompt {
z-index: 2;
}