z-index class

pull/1/head
Alireza Hassani 4 years ago
parent e726b99d12
commit 33fecb87a2

@ -74,6 +74,7 @@ Vue.component("we-hint-text", HintText);
import HintBlock from "@Global/components/Blocks/Hint.vue";
Vue.component("hint-block", HintBlock);
import PersianDate from '@Global/components/Inputs/PersianDate'
Vue.component("we-persian-date", PersianDate);

@ -18,6 +18,13 @@
opacity: 0.7;
}
.z-index-9 {
z-index: 99;
}
.z-index-99 {
z-index: 99;
}
/* --------------------------------------------------------
Borders :: Begin
-------------------------------------------------------- */

Loading…
Cancel
Save