diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-12-02 22:22:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 22:22:29 +0100 |
commit | 74cb64fbb7bf0c6a3c26ac7b0388ff0b01649d5a (patch) | |
tree | 17275e4cb48a99c2181d4fa737fff0f16364a85e | |
parent | a67c1c4769349b283d1589c53ecd2c29253a9074 (diff) | |
parent | 7f9eb4638b0fa5d7b08270b232bb6bbe13b2e570 (diff) |
Merge pull request #3383 from MartB/modal-heightfix
luci-theme-bootstrap: fix background of large modal overlays.
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c69989a89..f127501ae 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2202,7 +2202,6 @@ div.cbi-value var, background: #fff; box-shadow: 0 0 3px #444; padding: 1em 1em .5em 1em; - max-height: 2400px; min-width: 270px; } |