Merge pull request #5459 from vvlladd28/bug/show-toast/fullscreen-dashboard
[3.3.2] UI: Fixed display toast in fullscreen dashboard mode
This commit is contained in:
commit
b2d1f01eee
@ -15,7 +15,7 @@
|
||||
limitations under the License.
|
||||
|
||||
-->
|
||||
<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}" tb-toast toastTarget="dashboardRoot"
|
||||
<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}"
|
||||
fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen">
|
||||
<tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet>
|
||||
<section class="tb-dashboard-toolbar"
|
||||
@ -139,6 +139,7 @@
|
||||
</tb-dashboard-toolbar>
|
||||
</section>
|
||||
<section class="tb-dashboard-container tb-absolute-fill"
|
||||
tb-toast toastTarget="dashboardRoot"
|
||||
#dashboardContainer
|
||||
[ngClass]="{ 'is-fullscreen': forceFullscreen,
|
||||
'tb-dashboard-toolbar-opened': toolbarOpened,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user