Skip to content

Commit e09dd9b

Browse files
committed
[FIX] hr_appraisal_skills: Fields not visible on mobile
Horizontal scrolling has been disabled on the appraisal skills list. An unwanted side effect of that is that the justification field along with the add and remove buttons are not visible on mobile. This PR re-enables the scrolling and removes some dead css. task-5001344 closes odoo#230886 X-original-commit: 985dcbd Related: odoo/enterprise#96797 Signed-off-by: Yannick Tivisse (yti) <[email protected]>
1 parent d469796 commit e09dd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/hr_skills/static/src/scss/hr_employee.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.o_hr_skills_group .o_list_renderer {
1+
#o_work_information_right.o_hr_skills_group .o_list_renderer {
22
overflow-x: hidden !important;
33
}
44

0 commit comments

Comments
 (0)