Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Document list is cutted off in fullscreen mode#98

Open
p0n3 wants to merge 1 commit intoAlfresco:developfrom
p0n3:develop
Open

Document list is cutted off in fullscreen mode#98
p0n3 wants to merge 1 commit intoAlfresco:developfrom
p0n3:develop

Conversation

@p0n3
Copy link
Copy Markdown

@p0n3 p0n3 commented Feb 19, 2019

Steps to reproduce:

  1. Go to "My files".
  2. Select "Full Screen" from "Options" menu

Result:
On the left side the view is moved 8 px over the screen.

Solution:
In the base.css file change:

.alf-fullwindow .doclist .documents
{
    margin: 0 !important;
}

to:

.alf-fullwindow .doclist .documents,
.alf-fullscreen .doclist .documents
{
    margin: 0 !important;
}

I think even better solution would be moving this rule to components/documentlibrary/documentlist_v2.css and removing !important declaration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant