mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #48215
[Bug 1767887] Re: Select2 tag secector is not positioning correctly
This looks to be due to the change in htdocs/theme/raw/sass/form/_site-
messages.scss
+ .main-content {
@media (min-width: $screen-sm-min) {
margin-top: $navbar-height + ($i * 33px);
}
}
As it produces something like (when there are 2 site messages):
@media (min-width:768px) {
.header.message-count-2+.main-content{margin-top:126px}
}
And the positioning of the selector dropdown is 126px out of alignment
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1767887
Title:
Select2 tag secector is not positioning correctly
Status in Mahara:
Confirmed
Status in Mahara 18.04 series:
Confirmed
Status in Mahara 18.10 series:
Confirmed
Bug description:
The place that does the search / selection should be below the
selected options box but now it floats off above the box - see
screenshots
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1767887/+subscriptions
References