mirror of
https://github.com/electerm/electerm-web.git
synced 2026-04-25 05:45:55 +03:00
[GH-ISSUE #16] Scrollbar covering tabs #12
Labels
No labels
bug
feature
need investigate
need investigate
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/electerm-web#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jokob-sk on GitHub (Jun 8, 2024).
Original GitHub issue: https://github.com/electerm/electerm-web/issues/16
electerm-web Version and download file extension(electerm-web版本和下载文件后缀)
2.39.18
Platform detail (平台详情)
docker x86
What steps will reproduce the bug?(重新问题的详细步骤)
Open any tab
What should have happened?(期望的结果)
The tab name shouldn't be covered by a scrollbar
Would this happen in other terminal app(是否能够在其他同类软件重现这个问题)
No response
Additional information(其他任何相关信息)
@zxdong262 commented on GitHub (Jun 8, 2024):
What is the browser and browser version?
@jokob-sk commented on GitHub (Jun 8, 2024):
Thank you for your response. FIREFOX the latest version I think. I'm on my
phone and will be back on the pc later to double check. Great software by
the way.
On Sat, 8 June 2024, 21:49 ZHAO Xudong, @.***> wrote:
@zxdong262 commented on GitHub (Jun 8, 2024):
I see, it is browser compatibality issue, any webkit browser should works fine, I may add a warning that only support webkit browser in next release, thank you for the feeback.
@jokob-sk commented on GitHub (Jun 8, 2024):
Would be nice if this could be fixed also for FF (it's an overflow scroll as seen in the screeshot), but I understand how hard it is to support multiple browsers. Anyway - I'll probably still use it on FF since it's a great productivity boost :) All the best!
@zxdong262 commented on GitHub (Jun 8, 2024):
Sure, let me do something about it
@zxdong262 commented on GitHub (Jun 8, 2024):
Did some research, copilot tells me that as of late 2018, Firefox introduced limited scrollbar customization options using the scrollbar-width property. Unfortunately, there’s no direct equivalent to ::-webkit-scrollbar, so seems can not control the scrollbar width easily.
@zxdong262 commented on GitHub (Jun 8, 2024):
Updated, just set scollx to hidden, not a pefect solution, there would some place have similar issue, at least not that obvious as tabs
@jokob-sk commented on GitHub (Jun 8, 2024):
🙏thanks a lot for the fix. Yes, I couldn't find any other big issues and this will improve the feel of the app quite a bit, even with limited FF support. I know how hard it is sometimes to fully test and support things (https://github.com/jokob-sk/NetAlertX) 😅 Good luck with the project!