fix fullscreen and bbco_autocomplete popup rendering
This commit is contained in:
@@ -1364,19 +1364,13 @@ img.mail-conv-sender-photo {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
main.fullscreen {
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
main.fullscreen .generic-content-wrapper {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
border-radius: 0px;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
main.fullscreen .section-title-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user