-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excel Tabs missing on bottom NC24 #313
Comments
There is a workaround posted here: https://help.nextcloud.com/t/office-online-excel-tabs/140310/2 This helped in my case.
#officeonline-wrapper
{
top: 0 !important;
} |
Hi, I can't find the path that you say. Could be /var/www/html/nextcloud/apps/theming/ ? |
|
Thanks! @juliushaertl any feedback on this and what needs to be changed in the code. Maybe I can create a pull request with you help. |
Thank you @k-popov !!! |
hi @juliushaertl Do you have any updates on this for us looks like this app is not compatible with NC24 no just in this but also dose not lunch on the NC dashboard I think there might be a viewer issue |
Helped a lot, thank you so much ! |
Hello, |
have that problem only on mobile, there are the tabs hidden. |
I also can't see the tabs. I'm on 27.1.3. I tried the CSS above but it didn't work. I tried messing around with the CSS inspector in my browser and discovered that if I change the following top attribute from top: var(--header-height); to 20px the tabs become visible. .viewer[data-v-9039c018] .modal-wrapper .modal-container { I don't think that's the right place to fix it, so I dug a little deeper and found that the problem appears to be the iframe that OnlyOffice is being pulled into. I tried adding some position and top attributes to the following element and it worked, but I think there may be a more elegant solution than position: relative: .office-viewer__iframe[data-v-4e3ea991] { So, for now, to fix this I added the following to my Theming>Custom CSS: .office-viewer__iframe[data-v-4e3ea991] { |
NC 24
NC 23
The text was updated successfully, but these errors were encountered: