.inpage-frame-wrapper class / or something else?
See original GitHub issueI’m submitting a:
[x] bug report
[x] not sure
…about [x] edit experience / UI [x] admin experience UI
Current behavior Quick-Dialogs for selecting Template is overlapped with dnn persona bar, so the first item is not fully visible. image1
Expected behavior image2 If I add this class
.inpage-frame-wrapper {
padding-left: 80px;
}
I get what I want… I try to find from where inpage.min.css came, or where is default .inpage-frame-wrapper class defined and if can be a change in sources for 2sxc?
Or what is the possible way to be this fixed in 2sxc that I don’t need to add this every time…
- 2sxc version(s): 9.14.0
- Browser: [all]
- DNN: [ 9.1.1 ]
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Wrapper Classes in Java
The wrapper class in Java is used to convert primitive data types into objects. Objects are needed if we wish to modify the...
Read more >[O`Reilly] JavaScript. The Missing Manual [McFarland]
Constructed from plain old HTML, Web pages displayed information and not much else. Folks would click a link and then wait for a...
Read more >Workplace.BrowserExtension.dll
BrowserExtension.dll; Size: 18MiB (18790368 bytes); Type: pedll executable ... Tip: Click an analysed process below to view more details.
Read more >Incident Response
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I really missed this. We’ll include it in a patch-update probably next week.
I am using 2sxc 9.42.00 and I am still needing to have the following in my Skin.css:
// 2sxc UI is not yet respecting the PersonaBar… .hasDnnPersonaBar .inpage-frame-wrapper { padding-left: 80px; }
Anytime the browser viewport is below about 1250px, the annoyance factor is pretty high.