Cleanup bootstrap css

This commit is contained in:
djmaze 2021-07-20 20:29:47 +02:00
parent 146f76ad9f
commit f57955443b
10 changed files with 14 additions and 87 deletions

View file

@ -5,7 +5,7 @@
// Base modal
.modal {
position: relative;
position: absolute;
z-index: @zindexModal;
overflow: hidden;
width: calc(100% - 20px);
@ -17,6 +17,8 @@
box-shadow: 0 5px 80px rgba(0,0,0,0.3);
background-clip: padding-box;
top: 0;
left: 0;
right: 0;
}
.modal-header {