Commit fbdb1c223fcfb998e375d2eeccef7a995eb8fa90

Authored by Vladyslav_Prykhodko
1 parent 95f6fbef

UI: Fixed display toast in fullscreen dashboard mode

@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 limitations under the License. 15 limitations under the License.
16 16
17 --> 17 -->
18 -<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}" tb-toast toastTarget="dashboardRoot" 18 +<div class="tb-dashboard-page mat-content" [ngClass]="{'mobile-app': isMobileApp && !isEdit}"
19 fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen"> 19 fxFlex tb-fullscreen [fullscreen]="widgetEditMode || iframeMode || forceFullscreen || isFullscreen">
20 <tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet> 20 <tb-hotkeys-cheatsheet #cheatSheetComponent></tb-hotkeys-cheatsheet>
21 <section class="tb-dashboard-toolbar" 21 <section class="tb-dashboard-toolbar"
@@ -139,6 +139,7 @@ @@ -139,6 +139,7 @@
139 </tb-dashboard-toolbar> 139 </tb-dashboard-toolbar>
140 </section> 140 </section>
141 <section class="tb-dashboard-container tb-absolute-fill" 141 <section class="tb-dashboard-container tb-absolute-fill"
  142 + tb-toast toastTarget="dashboardRoot"
142 #dashboardContainer 143 #dashboardContainer
143 [ngClass]="{ 'is-fullscreen': forceFullscreen, 144 [ngClass]="{ 'is-fullscreen': forceFullscreen,
144 'tb-dashboard-toolbar-opened': toolbarOpened, 145 'tb-dashboard-toolbar-opened': toolbarOpened,