Created
September 27, 2021 11:57
-
-
Save reachkamrul/2e56ca107ffdaaac168fd85c55c3f313 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.pop-up { | |
display: none; | |
position: absolute; | |
max-width: 580px; | |
background: #eeeeee; | |
color: #000000; | |
border: 1px solid #1a1a1a; | |
font-size: 90%; | |
white-space: initial; | |
padding: 10px !important; | |
z-index:999999 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment