forked from profectus/Profectus
Fixed various scrolling issues
This commit is contained in:
parent
136be9282b
commit
ae9578ad3a
37 changed files with 626 additions and 312 deletions
src/components/system
|
@ -9,13 +9,13 @@
|
|||
default header
|
||||
</slot>
|
||||
</div>
|
||||
<perfect-scrollbar class="modal-body">
|
||||
<simplebar class="modal-body">
|
||||
<branches>
|
||||
<slot name="body">
|
||||
default body
|
||||
</slot>
|
||||
</branches>
|
||||
</perfect-scrollbar>
|
||||
</simplebar>
|
||||
<div class="modal-footer">
|
||||
<slot name="footer">
|
||||
<div class="modal-default-footer">
|
||||
|
@ -81,8 +81,11 @@ export default {
|
|||
}
|
||||
|
||||
.modal-body {
|
||||
display: flex;
|
||||
margin: 20px 0;
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
|
@ -111,9 +114,3 @@ export default {
|
|||
transform: scale(1.1);
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
.modal-body > .ps__rail-y {
|
||||
z-index: 100;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue