Quantcast
Channel: User Hamfri - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by Hamfri for How to change border radius of bootstrap modal?

$
0
0

In Bootstrap 4 Try the following:

.modal-content {  -webkit-border-radius: 0px !important;  -moz-border-radius: 0px !important;  border-radius: 0px !important;  -webkit-border: 0px !important;  -moz-border: 0px !important;  border: 0px !important;}

border-radius removes the rounded corners while border removes all borders (left, right, top, bottom) around the modal.


Viewing all articles
Browse latest Browse all 42

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>