mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 06:19:51 +02:00
Finish package setting & add FR language
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
afx-list-view{
|
||||
overflow:auto;
|
||||
overflow:hidden;
|
||||
padding: 5px;
|
||||
display: block;
|
||||
}
|
||||
@ -11,6 +11,9 @@ afx-list-view div.list-container{
|
||||
position: relative;
|
||||
background-color: red;
|
||||
}*/
|
||||
afx-list-view > div.list-container{
|
||||
overflow: auto;
|
||||
}
|
||||
afx-list-view > div.list-container > ul{
|
||||
margin:0;
|
||||
padding: 0;
|
||||
@ -78,6 +81,9 @@ afx-list-view.dropdown {
|
||||
padding:0;
|
||||
margin: 0;
|
||||
}
|
||||
afx-list-view.dropdown > div.list-container{
|
||||
overflow: visible;
|
||||
}
|
||||
afx-list-view.dropdown > div.list-container > ul{
|
||||
max-height: 150px;
|
||||
overflow-y: auto;
|
||||
|
Reference in New Issue
Block a user