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] datepicker issue
version-14
Anand Doshi
10 years ago
parent
c8f9c6dc0c
commit
83f29ee286
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
frappe/public/css/desk.css
+7
-0
frappe/public/less/desk.less
+ 4
- 0
frappe/public/css/desk.css
View File
@@ -394,6 +394,10 @@ ul.linked-with-list li {
.modal-title {
margin-top: 5px;
}
.modal .form-control {
position: relative;
z-index: 1140;
}
.form-group {
margin-bottom: 7px;
}
+ 7
- 0
frappe/public/less/desk.less
View File
@@ -224,6 +224,13 @@ ul.linked-with-list li {
margin-top: 5px;
}
// fixes datepicker z-index issue
// datepicker takes zindex of input + 1 when input's position is relative
.modal .form-control {
position: relative;
z-index: 1140;
}
.form-group {
margin-bottom: 7px;
}
Write
Preview
Loading…
Cancel
Save