modal fix

This commit is contained in:
Barış Soner Uşaklı
2022-09-13 11:10:20 -04:00
parent 7c5690cc49
commit d23b9563c8
2 changed files with 7 additions and 8 deletions

View File

@@ -2,15 +2,14 @@
position: fixed;
bottom: 10%;
right: 2rem;
z-index: 1;
z-index: $zindex-modal;
}
// TODO: port to bootstrap5 scss
// @media screen and (min-width: $screen-sm-min) {
// .tool-modal {
// max-width: 33%;
// }
// }
@include media-breakpoint-up(sm) {
.tool-modal {
max-width: 33%;
}
}
.topic-thumbs-modal {
img.media-object {

View File

@@ -1,4 +1,4 @@
<div class="card tool-modal">
<div class="card tool-modal shadow">
<h5 class="card-header text-bg-primary">
[[topic:thread_tools.move-posts]]
</h5>