/ Published in: CSS
URL: chrome://settings/browser
Chrome's default overlay class
Expand |
Embed | Plain Text
.overlay { -webkit-box-align: center; -webkit-box-pack: center; background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 35%, rgba(0, 0, 0, 0.7)); bottom: 0; display: -webkit-box; left: 0; padding: 20px; padding-bottom: 130px; position: fixed; right: 0; top: 0; z-index: 10; }
You need to login to post a comment.
