Ticket #925 (fixed bug)
Scrollbar in chrome fluxbb1.5.5
- Created: 2013-11-26 13:20:38
- Reported by: 123
- Assigned to: Studio384
- Milestone: 1.5.8
- Component: styling
- Priority: normal
Looking on scollbar in code. It is 1 tekst "paski są jak widać źle wyświetlane w chrome"
It is smile, bug is back.
The whole theme which template you need to move up in the trash.
How do I create themes, such as the amendments which I submit someone crashes and then are such effects. From now on creating motifs on the basis of their own with their own amendments air.css
My theme view code
it's fucking hate
History
Studio384 2013-11-26 15:56:16

- Milestone set to 1.5.6.
- Owner set to Studio384.
What about fixing this, and giving it another style, I realy hate the light text on a dark background... Annoying to read.

I realy hate the light text on a dark background... Annoying to read.
Yes is in default theme, heh, this bug is evil

It is smile, back bug, in my theme no bug, conclusion
air.css is bad.
My code for my theme code css heh
.pun .codebox, #punhelp .codebox code {
background: #f5f5f5;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
margin-left:0px;
}
.pun .codebox {
border: 1px solid #ccc;
margin: 0.75em 1em;
padding: 0;
}
.pun .codebox pre {
overflow-y:hidden;
height:100%;
width: 100%;
direction: ltr;
text-align: left;
}
* html .pun .codebox pre {
padding-bottom: 10px;
}
*:first-child+html .pun .codebox pre {
padding-bottom: 10px;
}
.pun .codebox pre code {
padding: 0.75em;
white-space: pre;
}
.pun div[class*=codebox] pre code {
display: inline-block;
}
* html .pun .codebox pre code {
display: block;
}
.pun .codebox pre.vscroll {
height: 32em;
overflow: auto;
overflow-y: auto
}
.pun pre, .pun code {
font-family: "Dosis", Monaco, Menlo, Consolas, "Courier New", monospace;
}
.pun pre code {
font-size: 1em;
}
Franz 2013-12-05 15:34:05

Hey Yannick, I actually like the dark background for code. Unless there is supreme demand from the community for a change, I'd leave it.

background: #09d;
color: #000;
view code
added in https://fluxbb.org/docs/phpmyadmin i not like wiki
color default is ok, heh
Michael 2014-05-27 13:33:22

I bump this ticket.
In the latest version of Chrome bug is fixed, and abandoned the use of custom scrollbar by default.
I think ticket can be exit/fixed.
adaur 2014-08-10 16:21:16

Nope, it's still here...
Deleting overflow: auto; from .pun .codebox pre { solves it.