File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
examples/03-ui-components Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 flex-direction : column;
99 gap : 8px ;
1010 height : fit-content;
11- max-height : 100 % ;
11+ max-height : inherit ;
1212
1313 overflow : auto;
1414
Original file line number Diff line number Diff line change 88 flex-direction : column;
99 gap : 8px ;
1010 height : fit-content;
11- max-height : 100 % ;
11+ max-height : inherit ;
1212
1313 overflow : auto;
1414
Original file line number Diff line number Diff line change 5959
6060.bn-ariakit .bn-suggestion-menu {
6161 height : fit-content;
62- max-height : 100 % ;
62+ max-height : inherit ;
6363}
6464
6565.bn-ariakit .bn-color-picker-dropdown {
9797 gap : 7px ;
9898 height : fit-content;
9999 justify-items : center;
100- max-height : min ( 500 px , 100 % ) ;
100+ max-height : inherit ;
101101 overflow-y : auto;
102102 padding : 20px ;
103103}
Original file line number Diff line number Diff line change 108108
109109.bn-shadcn .bn-suggestion-menu {
110110 height : fit-content;
111- max-height : 100 % ;
111+ max-height : inherit ;
112112}
113113
114114.bn-shadcn .bn-suggestion-menu-item [aria-selected = "true" ],
124124 gap : 7px ;
125125 height : fit-content;
126126 justify-items : center;
127- max-height : min ( 500 px , 100 % ) ;
127+ max-height : inherit ;
128128 overflow-y : auto;
129129 padding : 20px ;
130130}
You can’t perform that action at this time.
0 commit comments