mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-14 17:25:02 +01:00
Fix CSS for Firefox.
This commit is contained in:
parent
560f1316c1
commit
48b83d7e41
@ -1,6 +1,7 @@
|
||||
.container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -20,8 +21,9 @@
|
||||
|
||||
.input {
|
||||
position: absolute;
|
||||
visibility: hidden;
|
||||
height: 0;
|
||||
width: 0;
|
||||
bottom: -1px;
|
||||
right: -1px;
|
||||
bottom: 100%;
|
||||
right: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user