Table: WebNotes
User: dreamable
Created at: 2021-05-02 22:03:59 UTC
Updated at: 2021-05-02 22:06:07 UTC
Reference:(Table ID 25, Record ID 6)

标题 :
bootstrap making dropdown scrollable
笔记 :

guide

  • inline style
style="overflow-y:auto; max-height:80vh"
  • CSS for all
.dropdown-menu {
 overflow-y:auto; 
 max-height:80vh
}
Tag: