This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[fix] z-index for datepicker should be above grid row
version-14
Rushabh Mehta
8 years ago
parent
d8204d0891
commit
33a48cd957
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/css/desk.css
+1
-1
frappe/public/less/desk.less
+ 1
- 1
frappe/public/css/desk.css
View File
@@ -355,7 +355,7 @@ fieldset[disabled] .form-control {
}
/* jquery ui */
.ui-datepicker {
z-index:
100
!important;
z-index:
9999
!important;
}
.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;
+ 1
- 1
frappe/public/less/desk.less
View File
@@ -146,7 +146,7 @@ textarea.form-control {
/* jquery ui */
.ui-datepicker {
z-index:
100
!important;
z-index:
9999
!important;
}
.ui-datepicker .ui-datepicker-header {
Write
Preview
Loading…
Cancel
Save