Fix queue button overlaped by pysssss.ImageFeed (#1520)

This commit is contained in:
Chenlei Hu
2024-11-12 21:35:14 -05:00
committed by GitHub
parent e3d2c3a814
commit 96fda64b70

View File

@@ -83,7 +83,10 @@ body {
/* Position at the first row */
grid-row: 1;
/* Top menu bar dropdown needs to be above of graph canvas splitter overlay which is z-index: 999 */
z-index: 1000;
/* Top menu bar z-index needs to be higher than bottom menu bar z-index as by default
pysssss's image feed is located at body-bottom, and it can overlap with the queue button, which
is located in body-top. */
z-index: 1001;
display: flex;
flex-direction: column;
}