mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
Fix CSS and improve docs
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
// Modal
|
||||
|
||||
// Maximize modal to cover viewport
|
||||
@mixin modalFullscreen {
|
||||
width: 100vw;
|
||||
max-width: none;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
|
||||
.modal-content {
|
||||
border: 0;
|
||||
@include border-radius(0);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user