reactor: ui styles

This commit is contained in:
charlie
2020-12-07 11:34:17 +08:00
parent e2949a5a2b
commit 02171423eb
2 changed files with 19 additions and 18 deletions

15
src/main/frontend/ui.css Normal file
View File

@@ -0,0 +1,15 @@
/* auto complete */
#ui__ac {
&-inner {
max-height: 400px;
overflow-x: hidden;
overflow-y: auto;
position: relative;
-webkit-overflow-scrolling: touch;
> .menu-link {
padding: 6px 8px;
}
}
}