meihuabo / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Prompt behind horizontal scroll bar #284

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enable horizontal scrolling in custom css file
  #vt100 #scrollable {
   overflow-x:       scroll;
   overflow-y:       scroll;
   position: relative;
   color:            #ffffff;
   background-color: #000000;
  }
2. use this css file when starting the daemon
   /usr/local/bin/shellinaboxd --css /usr/local/bin/scroll.css
3. prompt is behind horizontal scroll bar and can not be visible

What is the expected output? What do you see instead?
expected - prompt positioned up to horizontal scroll bar
instead - see attached screenshot

What version of the product are you using? On what operating system?
version: ShellInABox version 2.10 (revision 239)
OS: Suse 11

Original issue reported on code.google.com by sipka.ma...@gmail.com on 7 May 2015 at 7:53

Attachments: