.css
/* table-responsive의 높이가 짧을때 dropdown-menu가 짤리는 문제 해결 */
@media (max-width: 767px) {
.table-responsive .dropdown-menu {
position: static !important;
}
}
|
||||||
bootstrap에서 bootstrap-select 사용할때 상위에 있는 table-responsive때문에 dropdown이 짤려 보일때 사용하는 css.css /* table-responsive의 높이가 짧을때 dropdown-menu가 짤리는 문제 해결 */
@media (max-width: 767px) {
.table-responsive .dropdown-menu {
position: static !important;
}
}
|
||||||
|
Copyright © 2026 anydragon - All Rights Reserved Powered by WordPress & Atahualpa |
||||||
Leave a Reply