mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
The current implementation made the commands from the app luci-app-commands absolutely positioned which resulted in hiding elements which was underneath it, ie. the buttons. This implementation removes the absolutely positioned behavior making the buttons visible again and as an upside aligns it with how the Bootstrap theme handles commands. Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>