mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
reactor: ui styles
This commit is contained in:
15
src/main/frontend/ui.css
Normal file
15
src/main/frontend/ui.css
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user