fix bootstrap menu on mobile [ci skip]
This commit is contained in:
parent
f0b65bd738
commit
b2f032ac8e
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@ tr.unavailable {
|
||||||
|
|
||||||
// ********* Tweaks & fixes
|
// ********* Tweaks & fixes
|
||||||
|
|
||||||
|
// Fix bootstrap dropdown menu on mobile
|
||||||
|
// https://github.com/twbs/bootstrap/issues/4550#issuecomment-31916049
|
||||||
|
.dropdown-backdrop { position: static; }
|
||||||
|
|
||||||
// need more space for supplier&order information (in German, at least)
|
// need more space for supplier&order information (in German, at least)
|
||||||
.dl-horizontal {
|
.dl-horizontal {
|
||||||
dt { width: 160px; }
|
dt { width: 160px; }
|
||||||
|
|
Loading…
Reference in a new issue