Skip to content
Snippets Groups Projects
Commit 4e32b9f6 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] web: fixed css of hidden input file: a hidden element could interfere with other elements

in the dom, leading to some fields not being accessible.
parent 9dc9169f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "EntypoRegular";
src: url("/web/static/src/font/entypo-webfont.eot") format("eot");
......@@ -2217,7 +2218,8 @@
line-height: 0;
font-size: 12px;
position: absolute;
top: 1px;
top: -30px;
width: 100%;
left: 0;
right: 0;
opacity: 0;
......@@ -2996,6 +2998,7 @@
top: 0px;
}
}
.kitten-mode-activated {
background-size: cover;
background-attachment: fixed;
......
......@@ -1826,7 +1826,8 @@ $sheet-padding: 16px
line-height: 0
font-size: 12px
position: absolute
top: 1px
top: -30px
width: 100%
left: 0
right: 0
opacity: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment