Bringing it to the top of the world

I don't have much idea how the vex overlay's z-index is 1111. We don't
set it anywhere. Anyhow, the dialog still needs to be lower than vex.
Hence, the 1105.

Change-Id: Idbd9beeb84d626a80580a7f7ca75f73edb89f06b
This commit is contained in:
Pranav Kant 2017-11-27 19:12:56 +05:30
parent e6dbbef8f5
commit 91d6755781

View file

@ -341,6 +341,7 @@ body {
height: auto;
border: none;
background-color: transparent;
z-index: 1105;
}
.lokdialog.ui-dialog-content.ui-widget-content {