Skip to content

Commit b65888f

Browse files
committed
Fix hestiacp#2032 UI overlay issues
1 parent 12cfb21 commit b65888f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

web/css/dependencies/jquery-ui.custom.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/css/src/dependencies/jquery-ui.custom.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
left: 0;
88
padding: .2em;
99
outline: 0;
10+
z-index: 1000 !important;
1011
}
1112
.ui-dialog .ui-dialog-titlebar {
1213
padding: .4em 1em;
@@ -136,4 +137,14 @@
136137

137138
.ui-tabs-panel{
138139
clear:both !important;
139-
}
140+
}
141+
142+
.ui-widget-overlay {
143+
background-color: rgba(0,0,0,0.9);
144+
height: 100%;
145+
width:100%;
146+
z-index: 999 !important;
147+
position: absolute;
148+
top:0px;
149+
left:0px;
150+
}

0 commit comments

Comments
 (0)