mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
hopefully fix modal bug
This commit is contained in:
parent
70f527e967
commit
d0317c159b
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ p,a,strong,b,u,i,em,h1,h2,h3,h4,h5,h6,s,pre,code,input,textarea{
|
|||
* @author ocodia
|
||||
*/
|
||||
|
||||
.modal{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
code[class*="language-"],
|
||||
pre[class*="language-"] {
|
||||
color: #f8f8f2;
|
||||
|
|
Loading…
Reference in a new issue