aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-20 20:59:46 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-20 20:59:46 +0100
commit837efcf5e73b7fbc81697bcb1257ef8cf6912cdd (patch)
treed0ef99b70cc7a6eff8383ff55914042ddae4866b /view/theme/redbasic/css
parent8b0bcdb2a56ba7a8a9c55687d7dba26154fce83d (diff)
downloadvolse-hubzilla-837efcf5e73b7fbc81697bcb1257ef8cf6912cdd.tar.gz
volse-hubzilla-837efcf5e73b7fbc81697bcb1257ef8cf6912cdd.tar.bz2
volse-hubzilla-837efcf5e73b7fbc81697bcb1257ef8cf6912cdd.zip
fix fullscreen and bbco_autocomplete popup rendering
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css12
1 files changed, 3 insertions, 9 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b689b3209..3548e237f 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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 {