mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 02:18:27 +00:00
Merge pull request #22074 from overleaf/td-bs5-pdf-notifications
Migrate pdf-preview-messages to BS5 GitOrigin-RevId: ed2672de3275988d05ec455c9a94d52ac75d7e94
This commit is contained in:
parent
592e484098
commit
22b126fa94
1 changed files with 8 additions and 0 deletions
|
@ -406,3 +406,11 @@
|
|||
100vh - #{$toolbar-small-height + $toolbar-height + $spacing-11}
|
||||
);
|
||||
}
|
||||
|
||||
.pdf-preview-messages {
|
||||
position: absolute;
|
||||
right: var(--spacing-06);
|
||||
left: var(--spacing-06);
|
||||
top: var(--spacing-10);
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue