Skip to content

Commit

Permalink
fix: fix luci-app-appfilter table overflow style
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Feb 22, 2023
1 parent 886ec68 commit acf1ffc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions htdocs/luci-static/design/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3231,4 +3231,9 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
border-radius: 8px;
margin: 3px 3px 3px 0;
height: unset !important;
}

/* fix luci-app-appfilter table overflow style */
.node-services-appfilter .cbi-section.cbi-tblsection {
overflow: auto;
}

0 comments on commit acf1ffc

Please # to comment.