Search
 
SCRIPT & CODE EXAMPLE
 

CSS

bootstrap scrollable modal

.modal-dialog{
    overflow-y: initial;
}

.modal-body{
    max-height: 80vh;
    overflow-y: auto;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to center an absolute div 
Css :: mat slider custom color 
Css :: media query min max 
Css :: Install Node Sass/Scss 
Css :: why css does not apply when complete url is entered home/index 
Css :: css fill div with background image 
Css :: how to position something on the same line css 
Css :: how to remove default styling of a tag 
Css :: electron drag window 
Css :: display div in the same line css 
Css :: change br height 
Css :: sans serif font family css 
Css :: place many images in a div beautifully 
Css :: css first h element 
Css :: how to round the corners of a div outline in css 
Css :: How to make a round corner in CSS 
Css :: css position sticky 
Css :: css grow 
Css :: css border hover 
Css :: css inline text color 
Css :: remove cursor pointer css 
Css :: css opacity example 
Css :: transform scale 
Css :: add white background to svg 
Css :: bootstrap accordion some change 
Css :: css animation properties 
Css :: comment one line css 
Css :: SCSS lighten 
Css :: css image transition fade 
Css :: horizontal scroll 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =