Merge pull request #3055 from emanuelschuetze/fix
Fixed iframeoverlay and missing ErrorMessage.
This commit is contained in:
commit
0c5746b349
@ -439,7 +439,8 @@ angular.module('OpenSlidesApp.agenda.site', [
|
||||
'Agenda',
|
||||
'User',
|
||||
'operator',
|
||||
function ($scope, $http, $filter, Agenda, User, operator) {
|
||||
'ErrorMessage',
|
||||
function ($scope, $http, $filter, Agenda, User, operator, ErrorMessage) {
|
||||
User.bindAll({}, $scope, 'users');
|
||||
$scope.speakerSelectBox = {};
|
||||
|
||||
|
@ -944,10 +944,11 @@ img {
|
||||
|
||||
.iframeoverlay {
|
||||
width: 256px;
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
display: block;
|
||||
z-index: 1;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
/** Motion **/
|
||||
|
Loading…
Reference in New Issue
Block a user