mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
fix bootstrap5 + vue modal content scrollable overflow
This commit is contained in:
parent
c36aa22ab2
commit
b6e8c64211
@ -265,3 +265,9 @@ footer.footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// modal + vue
|
||||||
|
|
||||||
|
div.modal-mask {
|
||||||
|
display: inherit;
|
||||||
|
}
|
||||||
|
@ -52,7 +52,6 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.75);
|
background-color: rgba(0, 0, 0, 0.75);
|
||||||
display: table;
|
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
}
|
}
|
||||||
.modal-header .close { // bootstrap classes, override sc-button 0 radius
|
.modal-header .close { // bootstrap classes, override sc-button 0 radius
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="vue-component">
|
<div class="vue-component">
|
||||||
<h2></a>Tests</h2>
|
<h2>Tests</h2>
|
||||||
|
|
||||||
<!-- Modal -->
|
<!-- Modal -->
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user